forked from Azur-Azabache/red-social
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.17 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.17 KB
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="vendors/materialize/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oxygen|Pacifico" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="assets/images/icon.png">
<title>Condominun Net</title>
</head>
<body class="bgd-img-index container-flex-column vh100">
<div class="container">
<div class="row">
<div class="col s12 m12 l12 xl12">
<h1 class="center-align text-color-title title-principal">Condominun Net</h1>
<p class=" center-align text-color-white">La red social para tu condominio</p>
</div>
</div>
<div class="row">
<div class="col s8 offset-s2 m4 offset-m4 l4 offset-l4 xl4 offset-xl4 container-flex-column">
</div>
</div>
</div>
<script src="vendors/js/jquery-3.2.1.js"></script>
<script src="js/splash.js"></script>
</body>
</html>