19 lines
No EOL
486 B
HTML
19 lines
No EOL
486 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>DCSL Image Hosting Server</title>
|
|
<link type="text/css" href="/static/css/styles.css">
|
|
</head>
|
|
<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>
|
|
</html> |