This commit is contained in:
Simon V. Lejel 2022-03-11 18:11:54 +01:00
parent f5fe17fa5c
commit 8238e9555a

View file

@ -3,8 +3,17 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>DCSL Image Hosting Server</title> <title>DCSL Image Hosting Server</title>
<link type="text/css" href="/static/css/styles.css">
</head> </head>
<body> <body>
<nav>
<ul>
<li><a href="/daily">Daily Wallpaper</a></li>
<li><a href="/random">Random Wallpaper</a></li>
<li><a href="/all">All Wallpapers</a></li>
</ul>
</nav>
<h1>Welcome to the DCSL Image Hosting Server!</h1>
<h2> - Serving images since year 2022</h2>
</body> </body>
</html> </html>