forked from BCasal/Proyecto-Web-Standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 989 Bytes
/
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
31
32
33
34
<!DOCTYPE html>
<html class="no-js" lang="es-ES">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimal-ui">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="cleartype" content="on">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/vendors/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="author" href="humans.txt">
<title>Hello!!!</title>
<meta name="description" content="">
</head>
<body>
<header>
<h1>Hello World!!!</h1>
</header>
<main>
</main>
<footer>
<p>Plantilla Web Standard · <a href="humans.txt">Humans.txt</a> · <a href="LICENSE">Licencia MIT</a></p>
</footer>
<script src="js/vendors/modernizr-custom.js"></script>
<script src="js/main.js"></script>
</body>
</html>