-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (44 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<noscript>
<style>
#sectionContents {
display: none;
}
</style>
</noscript>
<meta charset="utf-8">
<meta name="author" content="Simran Thind">
<meta name="description" content="Welcome to the best music curation on the internet.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cherry Picking</title>
<link rel="icon" href="./assets/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Serif+Display&family=Outfit&display=swap">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="cherry-picking.css">
</head>
<body>
<div id="mainBox">
<audio id="backgroundAudio" loop autoplay>
<source src="./assets/S.W.A.K.mp3" type="audio/mp3">
</audio>
<img id="cherriesBackground" src="./assets/cherries-2.png" alt="Background image with a cherry.">
<div id="siteContent">
<h1 class="red"><i><b>cherry</b></i> picking</h1>
<p class="subtitle red">/ˈCHerēˌpikiNG/</p>
<br>
<noscript>
<div id="noscriptContent">
<p>This site needs JavaScript to run. Please enable running scripts for this website in your browser.</p>
</div>
</noscript>
<p>There's nothing to see here.</p>
<br>
<a href="https://cherrypicking.digital/"><button id="goBackHome">go back ←</button></a>
</div>
</div>
</body>
</html>