forked from Job-madi/Blast-From-The-past
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (18 loc) · 694 Bytes
/
index.html
File metadata and controls
27 lines (18 loc) · 694 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Back to the Future</title>
<link rel="stylesheet" href="indexStyle.css">
<script type="application/javascript" src="index.js"></script>
</head>
<body>
<div id="overlay"><img id="myImage" src="Images\e170f49b85996b4f87c0eef4a8309e66.gif"></div>
<audio id="aud" autoplay>
<source src="audio\Rick_Astley_-_Never_Gonna_Give_You_Up_Qoret.com.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</body>
</html>