-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>marcoautiero</title>
<link rel="icon" href="fav.png" sizes="16x16" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="js/jquery.easings.min.js"></script>
<script src="js/jquery.slimscroll.min.js"></script>
<script src="js/scrolloverflow.min.js"></script>
<script src="js/jquery.fullpage.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="main-container" id="main-container">
<section class="section container-fluid full-height section-1">
<div class="row full-height section-content-1">
<div class="col-md-12 full-height col-n-1">
<div class="content-wrapper">
<div class="centered-message">
I would like to fill this website with something of your choosing. <br>
<span>[email protected]</span>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>