This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (43 loc) · 1.69 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alter Ego - Inicio</title>
<link rel="stylesheet" href="css/estilos.css">
<script src="js/jquery-3.4.1.js"></script>
</head>
<body>
<main>
<audio src="audio/mixdown_audio_intro_mixdown.mp3" class="hidden"></audio>
<section id="main">
<div class="boton_play"><a href="#"><img src="imgs/play-circle-01.svg" alt="Boton play"></a></div>
</section>
<section id="input_texto">
<p class="hidden" id="mensaje"></p>
<label for="texto">Ingrese la contraseña</label>
<input type="text" name="texto" id='texto'>
</section>
<div id="marca_ae">
<p>
<img src="./imgs/alter_ego-01.svg" alt="isotipo Alter Ego">
</p>
</div>
</main>
<section id="video" class="hidden">
<div id="intro_marca">
<p>Ya estás listo</p>
<h1>para ingresar.</h1>
</div>
<div id="overlay_marca_ae">
<video src="./video/Video_arma_futurama_auto.mp4" autoplay loop></video>
<!-- <iframe width="100%" height="100%"
src="https://www.youtube.com/embed/kMa9HMYhAkI?autoplay=1&loop=1&mute=1&rel=0&controls=0&showinfo=0&enablejsapi=1"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen id="video_intro"></iframe> -->
</div>
</section>
<script src="js/code.js"></script>
</body>
</html>