-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 780 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 780 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ReferenceError</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="box">
<p class="yellow first">
Refe<br>rence<br>Error
</p>
<p class="blue second">
Refe<br>rence<br>Error
</p>
<p class="red third">
Refe<br>rence<br>Error
</p>
</div>
<div class="links_we_love">
<a href="https://twitter.com/@referenceerror_" title="Twitter" target="_blank" class="links twitter">
@referenceerror_
</a>
</div>
</div>
</body>
</html>