aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcbreton <corentin.breton@fullsave.com>2021-10-01 16:57:36 +0200
committercbreton <corentin.breton@fullsave.com>2021-10-01 16:57:36 +0200
commit82154a50411d0f5184a4954fcfc6f7b67b958d47 (patch)
treea9157f2478c805e50c8b30f9993f77edd14e3203 /index.html
parent2dbd18c1e85defb0eec444303016c13b120bb9e4 (diff)
downloadalicorn.network-82154a50411d0f5184a4954fcfc6f7b67b958d47.tar.xz
alicorn.network-82154a50411d0f5184a4954fcfc6f7b67b958d47.zip
Add first implementation of about pageHEADmaster
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>