Add HTML
This commit is contained in:
parent
f5fe17fa5c
commit
8238e9555a
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue