diff options
author | cbreton <corentin.breton@fullsave.com> | 2021-10-01 16:57:36 +0200 |
---|---|---|
committer | cbreton <corentin.breton@fullsave.com> | 2021-10-01 16:57:36 +0200 |
commit | 82154a50411d0f5184a4954fcfc6f7b67b958d47 (patch) | |
tree | a9157f2478c805e50c8b30f9993f77edd14e3203 /index.html | |
parent | 2dbd18c1e85defb0eec444303016c13b120bb9e4 (diff) | |
download | alicorn.network-master.tar.xz alicorn.network-master.zip |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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> |