-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (17 loc) · 854 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Matthew Polk - Website</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<p>Welcome to my website.</p>
<p>Anything uploaded on the website be it a drawing, comic, or animation posted here or linked from another website (unless mentioned otherwise) is under the creative commons attribution share-alike (CC BY-SA 4.0) license. See more information <a href="https://creativecommons.org/licenses/by-sa/4.0/">here.</a></p>
<p>If you like this blog, help make it forever archived by cloning it and sharing it elsewhere. I hope you enjoy what I make.</p>
<!--Image at bottom-->
<div class="bottom">
<a href="https://www.debian.org"><img class="debianlogo" src="./images/debian-logo.png"></a>
<p>Support the debian project.</p>
</div>
</body>
</html>