-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.html
33 lines (33 loc) · 882 Bytes
/
start.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
<html manifest="offline.manifest">
<head>
<title>⁢</title>
<link rel="apple-touch-icon" sizes="120x120" href="/blank-120.png">
<link rel="apple-touch-icon" href="/blank-512.png">
<style>
body {
text-align: center;
font-size: 6em;
font-family: "Iowan Old Style";
}
a {
display: block;
width: 100%;
height: 20%;
text-decoration: none;
font-variant: small-caps;
text-transform: lowercase;
color: #000;
line-height: 3em;
}
a:nth-child(2n) {
background-color: #eee;
}
</style>
</head>
<body>
<a href="https://www.washingtonpost.com">Washington Post</a>
<a href="https://mobile.twitter.com/notifications">Twitter</a>
<a href="https://www.linkedin.com/notifications/">LinkedIn</a>
<a href="https://theverge.com">The Verge</a>
</body>
</html>