-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (29 loc) · 1.27 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
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="base.css">
<title>plant scribbles</title>
<link rel="icon" type="image/png" href="favicon.png"/>
</head>
<body>
<div class="navigation">
<div class="logo">
<div class="icon">
<img class="png" src="icon.png">
</div>
<h1>plantscribbles</h1>
</div>
<div class="header-buttons">
<button type="button" class="primary-button" onclick="location.href='https://opensea.io/account?tab=created';">Collect 'em on OpenSea</button>
<audio src="Fela Kuti - Gentleman (1973) - 01 Gentleman.mp3" id="audio"></audio>
<button type="button" class="gradient-border play-sound-btn">🔊</button>
</div>
</div>
<div class="heading">
<h1 class="center-text">Oh nooo0000oooo000oo</h1>
<h4>I made a whoopsie doops and you should turn back now</h4>
</div>
</body>