-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 990 Bytes
/
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Inicio</title>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
</head>
<body>
<style>
html,
body {
height: 100%;
}
</style>
<div class="container-fluid d-flex h-100">
<div class="row align-self-center justify-content-md-center">
<div class="col-xl-4">
<img src="img/Logo-Main.gif" alt="No Image" class="img-fluid">
</div>
<div class="w-100"></div>
<div class="col-2 col-lg-1">
<a href="esp.html"><img src="img/main/spain-flag-animation.gif" alt="No Image" class="img-fluid"></a>
</div>
<div class="col-2 col-lg-1">
<a href="eng.html"><img src="img/main/united-states-flag-animation.gif" alt="No Image"
class="img-fluid"></a>
</div>
</div>
</div>
</body>
</html>