-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicio.php
53 lines (39 loc) · 1.52 KB
/
inicio.php
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
49
50
51
52
53
<!DOCTYPE HTML>
<html>
<head>
<title>Wish Up!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<!-- Banner -->
<section id="banner" style='margin-top:0px;'>
<h1><a href="index.php"><img src='images/logo.png'></a></h1>
<header>
<h2>Porque no desear nada, es no vivir</h2>
<ul class="actions">
<!--<p>Movidas que me tiene que decir Mónica</p><br>-->
<li><a href="login.php" class="button big">Entrar</a></li>
<li ><a href="registro.php" class="button big">Unirse</a></li>
</ul>
</header>
</section>
</div>
<!-- Footer -->
<?php include_once('footer.php'); ?>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>