-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="HandheldFriendly" content="True"/>
<meta http-equiv="cleartype" content="on"/>
<link rel="alternate icon" type="image/png" href="./img/favicon.png">
<link rel="icon" type="image/svg+xml" href="./img/favicon.svg">
<link rel="stylesheet" type="text/css" href="./css/estilo.css">
<script type="text/javascript" src="./js/datos.js"></script>
<title>Natalicio EMPRENDEDOR</title>
</head>
<body>
<header>
<div>
<label>Te recomiendo<br>el nombre de <em>tu próximo emprendimiento</em><br>si me indicás tu <b>fecha nacimiento</b>:</label>
<input type="date" id="natalicio">
</div>
</header>
<section id="cartel">
<h2 id="empresa"></h2>
<h1 id="nombre"></h1>
</section>
<a href="https://github.com/caalma/natalicio-emprendedor" class="github_repositorio" title="Alojado en Github"></a>
<script type="text/javascript" src="./js/app.js"></script>
</body>
</html>