-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 903 Bytes
/
index.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
35
36
37
38
39
40
41
<html>
<head>
<title>Stengazeta is now Daybook.cc!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
main {
text-align: center;
}
section {
margin: 40px auto;
background: #62aadb;
font-size: 26px;
display: inline-block;
line-height: 4;
padding: 20px;
border-radius: 15px;
color: #fff;
}
a {
color: inherit;
}
a::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<main>
<section>
Stengazeta is now <a href="https://daybook.buznik.family/">Daybook</a>!
</section>
</main>
</body>
</html>