aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html
index 255a62b..7f05545 100644
--- a/index.html
+++ b/index.html
@@ -56,6 +56,20 @@ body {
padding: 3px 0;
}
+.about {
+ position: absolute;
+ top:0;
+ left: 50px;
+ padding: 10px;
+ border: 1px solid white;
+ background: black;
+}
+
+a {
+ text-decoration: none;
+ color: white;
+}
+
</style>
</head>
@@ -118,5 +132,9 @@ body {
</div>
</div>
+<div class="about">
+<a href="/about.html">About</a>
+</div>
+
</body>