-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 983 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Pedro Pedro Pedro</title>
<meta charset="UTF-8" />
<meta name="author" content="Michael Münzenhofer" />
<meta name="description" content="Dancing Raccoon meme animation" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script src="script.js"></script>
</head>
<body>
<div class="imgContainer">
<button
id="imgOverlay"
class="imgOverlay"
title="Let the Raccoon dance!"
>
<img
src="/assets/pedro.jpg"
alt="Dancing Raccoon"
id="pedroImage"
/>
</button>
</div>
<audio id="pedroAudio" src="/assets/pedro.mp3" loop></audio>
</body>
</html>