-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (71 loc) · 2.52 KB
/
index.html
File metadata and controls
77 lines (71 loc) · 2.52 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <meta
name="viewport"
content="width=device-width, initial-scale=1.0" /> -->
<title>Mi página web</title>
<!-- <link rel="stylesheet" href="./styles.css" /> -->
</head>
<body>
<h1>Mi web de prueba y aprendizaje</h1>
<p>Comenzamos con el aprendizaje</p>
<div>
<video
src="https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4"
loop
controls
muted
poster="https://peach.blender.org/wp-content/uploads/title_anouncement.jpg?x11217"
width="400"
>
</video>
</div>
<p><a rel="me" href="https://mastodon.social/@miguemoya"><!-- nothing --></a></p>
<div>
<audio
src="https://cdn.freecodecamp.org/curriculum/js-music-player/can't-stay-down.mp3"
loop
controls
muted
>
</audio>
</div>
<div>
<svg width="300" height="300">
<path
d="M12 21s-6-4.35-9.33-8.22C-.5 7.39 3.24 1 8.4 4.28 10.08 5.32 12 7.5 12 7.5s1.92-2.18 3.6-3.22C20.76 1 24.5 7.39 21.33 12.78 18 16.65 12 21 12 21z"
></path>
</svg>
</div>
<!--
<iframe
width="400"
height="200"
src="https://www.youtube.com/embed/u43gJJrVa1I?si=BoDW_puFsy8OEr_Z"
title="Professional Cloud Architect Certification Course – Pass the Exam! (YouTube video)"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
-->
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/u43gJJrVa1I?si=Ts9M-pevuwnJ39ps"
title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
<div>
<iframe
title="Map of the Royal Observatory, Greenwich, London"
width="300"
height="200"
src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">
</iframe>
</div>
</body>
</html>