-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffline.html
34 lines (31 loc) · 1.22 KB
/
offline.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Waar ben ik?</title>
<link rel="icon" href="/public/favicon.png">
<link rel="icon" sizes="192x192" href="/public/favicon-192.png">
<link rel="icon" sizes="512x512" href="/public/favicon-512.png">
<link rel="apple-touch-icon" sizes="128x128" href="/public/favicon-128.png">
<link rel="apple-touch-icon" sizes="152x152" href="/public/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicon-180.png">
<link rel="apple-touch-icon" sizes="167x167" href="/public/favicon-167.png">
<link rel="stylesheet" href="/public/stylesheets/main-v9.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="home">
<h1>🚣</h1>
</div>
</div>
<h1 class="title">Offline : (</h1>
<div class="footer">
<a href="https://daans.page">built by daan</a><br>
<a href="https://rocket.rs">powered by rocket</a><br>
<a href="https://www.rust-lang.org/">written in rust</a><br>
<a href="https://www.raspberrypi.org/">running on pi</a><br>
</div>
</div>
</body>
</html>