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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Description" content="Skyler Writing: A Blog.">
<title>Skyler Writing: A Blog</title>
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>
Title Here
</h1>
<h2>
<em><u>Subtitle Here</u></em>
<br>
</h2>
</header>
<bytime>
<h5>
Articles By Publish Date
</h5>
<subsection>
<<<<<<< HEAD
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
<li>Article (maybe with a link)</li>
=======
<li><a href = https://blog.skylermarks.com/>2021-01-30: Home Page Update</a></li>
>>>>>>> 061091b106021f217b101d37b413dcf453d5f014
</subsection>
</bytime>
<misc>
<h4>
Information
</h4>
<subsection>
<<<<<<< HEAD
<h5> Put some cool stuff here </h5>
</subsection>
=======
<h5>Links</h5>
<li><a href = https://blog.skylermarks.com/>Home</a></li>
<li><a href = https://blog.skylermarks.com/archive/>Archive</a></li>
<li>This blog is hosted on <a href = https://d2evs.net/>d2evs.net</a></li>
</subsection>
>>>>>>> 061091b106021f217b101d37b413dcf453d5f014
<subsection>
<h5> Put some cool stuff here </h5>
</subsection>
<h5> Put some cool stuff here </h5>
<subsection>
</subsection>
</misc>
<article>
<h1>Main content here</h1>
</article>
<footer>
<center>Website designed by Skyler Marks</center>
</footer>
</body>
</html>