-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (42 loc) · 2.05 KB
/
404.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
42
43
44
45
46
47
48
49
50
<!-- Designed and Developed by Eli Alvarado and Damian Medina -->
<!------- Eli Alvarado ------->
<!-- Instagram: @eli_alvaradoo -->
<!------- Damian Media ------->
<!-- Instagram: _77three -->
<!DOCTYPE html>
<html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Adot finds a lot to do within that gray sonic blanket, veering from terse, fragmented bars to viscous verses that melt into the atmosphere while imparting a skittishness into his performances that suggests he could completely change course in the middle of a song">
<meta name="keywords" content="Adot, Adotxx, rapper, chicago, lyrical lemonade, ANTI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Adot | Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="404.css">
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Knewave" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/favicon-adot.jpg" sizes="16x16" type="image/jpg">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123905907-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123905907-1');
</script>
</head>
<body>
<div class="overlay"></div>
<div class="not-found">
<div class="not-found-error">
<h1>404</h1>
<h2>NO <span class="blink">SIG<span class="yellow ">NA</span>L</span> FOUND</h2>
<a href="/" class="go-home">GO HOME</a>
</div>
</div>
</body>
</html>