-
Notifications
You must be signed in to change notification settings - Fork 1
/
update.html
31 lines (31 loc) · 874 Bytes
/
update.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="5; URL=/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Nixie</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nixie+One&display=swap">
<style>
* {
box-sizing: border-box;
}
html {
background: #ddd;
font-family: sans-serif;
text-align: center;
}
h1 {
padding: 2rem;
font-size: 2rem;
font-weight: 600;
font-family: 'Nixie One', sans-serif;
}
</style>
</head>
<body>
<h1>%S</h1>
<h2>Returning to form...</h2>
</body>
</html>