-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (33 loc) · 1.73 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
<!DOCTYPE html>
<head>
<title> La Chorrera </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="og:title" property="og:title" content="La Chorrera" />
<meta name="og:description" property="og:description" content="" />
<meta property="og:image" content="" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<video autoplay muted loop id="myVideo">
<source src="./assets/Inicio.mp4" type="video/mp4" loop>
</video>
<div id="botonmenu" class="ui-widget-content">
<a href="./menu/index.html" target="_blank">
<img src="./assets/Transcrónica la chorrera B.png"
alt="menu" width="" height="120">
</a>
</div>
<div id="menuinfo">
<a class="readinglink"><img class="icon" src="./assets/Bote blanco.png" alt="menu" width="80" height=""></a><img class="readingimg hover" src="./assets/Descripción desplegable.png">
</div>
</body>
</html>