-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cristian Pacheco Arjona</title>
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="node_modules/fullpage.js/dist/fullpage.min.css" rel="stylesheet" />
<!-- Importar bootstrap -->
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="./js/scripts.js"></script>
<script src="node_modules/fullpage.js/dist/fullpage.min.js"></script>
<!-- BS5 icons -->
<link href="node_modules\bootstrap-icons\font\bootstrap-icons.css" rel="stylesheet" />
</head>
<body class="h-100">
<main class="h-100">
<section class="d-flex" id="index">
<div class="d-flex container justify-content-center align-items-center">
<div class="row">
<div class="col-12 text-center">
<h1>Sitio web en construcción <i class="fas fa-spinner fa-pulse"></i>
</h1>
</div>
</div>
</div>
</section>
</main>
</body>
</html>