-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavenger1.html
34 lines (30 loc) · 1.17 KB
/
avenger1.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
<html lang="en">
<head>
<title>MCU</title>
<link rel="stylesheet" href="avenger1.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="ww">
<div class="time" align="right">
<h2>Date/Time: <span id="datetime"></span></h2>
<script type="text/javascript" src="avenger1.js"></script>
</div>
<div align="center" class="heading">
<h1>Hey Superhero!! </h1>
<a href="Harshal_Zodape.html" target="_blank"><img src="md.png" alt="avengers" height="100px" width="400px"/></a>
<p><b>Click above image to enter in the MCU world!!</b></p>
<audio controls>
<!--<source src="horse.ogg" type="audio/ogg">-->
<source src="the_avengers_theme.mp3" type="audio/mpeg">
</audio>
</div>
<footer>
<table align="center" cellspacing="50" >
<tr style="font-size:35px">
<th><a href="form.html" target="_blank" ><p >feedback form </p></a></th>
<th><p >Madeby:- Harshal S Zodape</p></th>
</tr>
</table>
</footer>
</body>
</html>