-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (44 loc) · 1.83 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FUNKY SIMON</title>
<link rel="stylesheet" href="title-style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Righteous&display=swap"
rel="stylesheet"
/>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
</head>
<body>
<section class='bg'>
<div class='one'></div>
<div class='two'></div>
<div class='three'></div>
<div class='four'></div>
<div class='four'></div>
<div class='one'></div>
<div class='two'></div>
<div class='three'></div>
<div class='three'></div>
<div class='four'></div>
<div class='one'></div>
<div class='two'></div>
<div class='two'></div>
<div class='three'></div>
<div class='four'></div>
<div class='one'></div>
</section>
<main>
<h1>FUNKY SIMON</h1>
<audio controls id='funkySong' src='audio/FunkySong.mp3'></audio>
<p class="modal">IF YOU WANT TO GET FUNKY - SIMON STYLE - FOLLOW SIMON'S FUNKY REQUEST BY PRESSING THE '1', '2', '3', '4', or '5' KEYS...for F, U, N, K, and Y respectively. FOLLOW THE RHYTHM - OR RISK DISRUPTING THE FUNK. CREATED WITH FUNK BY FUNKMASTER JOSHUA ISRAEL IN HTML5, CSS, and JAVASCRIPT...and garageband. Voice: Joshua Israel Backup: Jessica Israel<br><a href="#" id="close">CLOSE</a></p>
<a href="funky.html">PLAY</a><a href="#" id="rules">ABOUT</a><a href='soundboard.html'>FREESTYLE</a>
</main>
<script src="title-app.js"></script>
</body>
</html>