Remove extra files.

This commit is contained in:
mattbk
2017-11-15 04:28:43 +00:00
parent 0b89c1a9e7
commit 2a35b53bf0
6 changed files with 0 additions and 116 deletions

View File

@ -1,9 +0,0 @@
<html>
<head>
<title>Static page</title>
</head>
<body>
<h1>This is an example of a static page</h1>
<p>Neat, isnt it?</p>
</body>
</html>

View File

@ -1,23 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<title>Static page</title>
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
-->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<h1>This is an example of a static page</h1>
<p>Neat, isnt it?</p>
</body>
</html>