23 lines
600 B
HTML
23 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=no"
|
|
/>
|
|
<title>Ablage</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<script src="/script.js"></script>
|
|
</head>
|
|
<body>
|
|
<a href="/" class="logo">
|
|
<h1>Ablage</h1>
|
|
</a>
|
|
<h3 style="color: red; text-align: center; margin-top: 100px">
|
|
We will need JavaScript from here on, sorry...
|
|
</h3>
|
|
</body>
|
|
</html>
|