Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ximoprofe authored Sep 29, 2017
1 parent b7be65d commit fc54608
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>

<html lang="en">
<head>
<meta charset="utf-8">

<title>Empty HTML5 Template</title>
<meta name="description" content="Empty HTML5 Template">
<meta name="DWEC" content="Desarrollo Web Entorno Cliente">

<!--<link rel="stylesheet" href="css/styles.css?v=1.0">-->

<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<script src="script.js"></script>
</body>
</html>

0 comments on commit fc54608

Please sign in to comment.