35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<!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> |