forked from Anders87x/14defebrero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.02 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<title>Te amo amor</title>
<meta name="description" content="Una página web dedicada a mi amor">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="overlay">
<div class="container">
<header>
<span class="icon">
<span class="icon2"></span>
<span class="title">Click Me</span>
</span>
</header>
<main>
<div class="text">
<span class="close" title="Close"><i class="fa fa-times"></i></span>
<h1>Te Amo Mucho
<br>
Feliz 14 de Febrero
</h1>
<h2>-</h2>
<h3>De AnderCode</h3>
</div>
</main>
<br>
<br>
<br>
<footer>
<audio controls loop>
<source src="music.mp3" type="audio/mp3">
Tu navegador no soporta la etiqueta de audio.
</audio>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="script.js"></script>
</body>
</html>