forked from rubenmantecon/tricount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
25 lines (24 loc) · 1.34 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/index.css">
<title>Document</title>
</head>
<body class="maxheight d-flex justify-content-center">
<div class="text-center align-self-center ">
<div class="thumbnail"><img src="https://upload.wikimedia.org/wikipedia/commons/3/3a/Tux_Mono.svg" /></div>
<h1 class=>Bienvenido a tu casa</h1>
<h2>Gestiona tus pagos del viaje mucho mas facil con Tricount</h2>
<div>
<a href="common/login.php" type="button" class="btn btn-primary btn-lg">INICIAR SESIÓN</a>
<a href="common/register.php" type="button" class="btn btn-secondary btn-lg">REGISTRARSE</a>
</div>
</div>
</body>
</html>