-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 942 Bytes
/
Copy pathindex.html
File metadata and controls
46 lines (41 loc) · 942 Bytes
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
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>COMING SOON</title>
<link rel="icon" href="favicon.png">
<style>
@font-face {
font-family: 'VCR';
src: url('fonts/vcr.woff2') format('woff2'),
url('fonts/vcr.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: VCR, monospace;
background-color: black;
text-align: center;
font-size: 16px;
color: white;
}
p {
margin: 43vh 0;
}
a {
color: lightgrey;
text-decoration: none;
}
.ig {
font-size: 12px;
}
</style>
</head>
<body>
<p>COMING SOON</p>
<a class="ig" href="https://www.instagram.com/jon.e.brown/">@JON.E.BROWN</a>
<a class="ig" href="https://www.instagram.com/mchaelyang/">@MCHAELYANG</a>
</body>
</html>