Add index.html.

This commit is contained in:
Username404-59 2021-03-12 17:02:20 +01:00 committed by Username404
parent c37e837e53
commit 95165e7e3f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 35 additions and 0 deletions

35
index.html Normal file
View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="Username404 - Webserver">
<meta property="og:description" content="This is the main page of Username404's apache server.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<title>www.username404.fr</title>
<style>
body {
text-align: center;
text-decoration-color: #868e96;
font-family: 'Noto Sans', sans-serif;
background: #173f4f;
}
#bottomlink {
position: fixed;
bottom: 10px; left: 10px;
}
a {
color: #21A4DF;
text-decoration: none;
}
</style>
</head>
<body>
<div id="bottomlink">
<a href="https://gits.username404.fr/Username404-59/Username404-Website">
Source
</a>
</div>
</body>
</html>