~sky/blog

ref: a974c44b4ff336b8d13b41bbe8f3412abdc240f6 blog/contact.html -rw-r--r-- 897 bytes
a974c44bsky Fixing version strangeness 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>

<html lang="en">
<head>
    <meta name="viewport" content="width=sectionice-width, initial-scale=1.0">
    <meta charset="UTF-8">
    <title>Skyler Marks's magic</title>
    <link rel="icon" href="logo.png">
    <link rel="stylesheet" href="styles.css">
</head>
<body>


<nav>
    <ul>
      <a style="font-size:200%; text-decoration: none; clear: none; overflow: hidden; font-family: cursive;" href="https://www.skylermarks.com"> Skyler Marks </a>
      <a style="font-size:110%; text-decoration: none;" href="contact.html">Contact Me</a>
    </ul>

</nav>
<header>  
  <h1>
    Skyler Marks
  </h1>   


<article>
  <left>
    <h2>
      Email Me:
    </h2>
    <p>
      Please email me at skyler@skylermarks.com
    </p>
    <br><br><br><br>
  </left>
  <right>
</article>

<footer>   
    <center>Website designed by Skyler Marks</center>
</footer> 


</div>
</body>
</html>