-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>This site is under construction</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<main>
<div class="container">
<div class="row my-4">
<div class="col-md-4 offset-md-4">
<img src="assets/img/cons.png" class="img-fluid" />
</div>
</div>
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h1 class="mb-4 text-center">This site is under construction</h1>
<h3 class="text-center">
<a href="https://hipermedia.studio/" target="_blank">Hipermedia Studio</a>
</h3>
<p>is working hard to improve our website and we'll ready to launch after</p>
</div>
</div>
</div>
</main>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>