summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/footer.html5
-rw-r--r--src/header.html12
2 files changed, 17 insertions, 0 deletions
diff --git a/src/footer.html b/src/footer.html
new file mode 100644
index 0000000..6ec7259
--- /dev/null
+++ b/src/footer.html
@@ -0,0 +1,5 @@
+</div>
+</body>
+<!--
+if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html
+-->
diff --git a/src/header.html b/src/header.html
new file mode 100644
index 0000000..51532af
--- /dev/null
+++ b/src/header.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<head>
+<title>[TITLE]</title>
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
+</head>
+<body>
+<div class="bannerholder">
+ <img class="banner" src="img/banner.png"></img>
+</div>
+<div class="main">