-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (23 loc) · 896 Bytes
/
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>
<head>
<title>Limbs | Atomic Lab</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/estilo01.css">
<link rel="stylesheet" type="text/css" href="css/estilo02.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel='shortcut icon' type='image/x-icon' href='img/favicon.ico' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="body_inicio">
<div id="inicio">
<div id="cont_inicio">
<img src="img/proyecto.svg" id="proyecto_inicio">
<img src="img/limbs_white.svg" id="logo_inicio">
<a href="home.php" class="blue_button">Iniciar sesión</a>
<a href="registro_usuario.php" id="registrarse_button">Registrarse</a>
</div>
</div>
</body>
</html>