From 2e33b06037f42660dd127d1374dabcf3f390399c Mon Sep 17 00:00:00 2001 From: kjodle Date: Wed, 21 Oct 2015 11:48:33 -0400 Subject: [PATCH] Initial commit --- template.htm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 template.htm diff --git a/template.htm b/template.htm new file mode 100644 index 0000000..74cdc7a --- /dev/null +++ b/template.htm @@ -0,0 +1,26 @@ + + + + + HTML5 Template> + + <meta name=""> + <meta description=""> + + <!--[if lt IE 9]> + <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + + <link rel="stylesheet" media="screen" href="css/styles.css?v=1.0"> + <link rel="stylesheet" media="print" href="css/print.css?v=1.0"> + + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + +</head> + +<body> + + <script src="js/body.js"></script> +</body> + +</html> \ No newline at end of file