-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtupac.html
39 lines (35 loc) · 868 Bytes
/
tupac.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
<title>Tupac isn't dead</title>
</head>
<body>
</LOGO/>
<img src="/resources/img/logo2.png" width="250" height="113" />
<nav>
<ul>
<li style="background-color:#ffffff"><a href="tupac.html">Tupac Isn't Dead</a></li>
<li style="background-color:#ffffff"><a href="more.html">More</a></li>
</ul>
</nav>
<audio autoplay loop>
<source src="tupac.mp3" type="audio/mpeg">
</audio>
<article>
<img src="/resources/img/tupac.gif" width="650" height="280"/>
<script language="JavaScript">
function tupac(){
alert("Tupac Isn't Dead");
}
</script>
<br>
<div id = "button">
<button onclick="tupac()">Think I'm Lying Click Here!</button>
</div>
</article>
<div id = "Copyright">
<p>© PestoSwagWare<br>2014</p>
</div>
</body>
</html>