2022-03-11 16:33:55 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>DCSL Image Hosting Server</title>
|
2022-03-11 18:11:54 +01:00
|
|
|
<link type="text/css" href="/static/css/styles.css">
|
2022-03-11 16:33:55 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-03-11 18:11:54 +01:00
|
|
|
<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>
|
2022-03-11 16:33:55 +01:00
|
|
|
</body>
|
|
|
|
</html>
|