-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 870 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Stan Lee Tribute</title>
</head>
<body>
<div class="curtain">
<button class="btn" onClick="init()">Pay tribute to Stan Lee</button>
</div>
<div><h2>Life is never complete without its challenges.</h2></div>
<div class="centered">
<img id="mySlide" src ="someimage.png"></img>
<audio id="audio"> <source src="https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/Music/7c/74/83/mzm.hndxazrm.aac.p.m4a">Excelsior!!</audio>
</div>
<div class="footer">R.I.P. STAN LEE</div>
</body>
<script src="app.js"></script>
</html>