Initial commit

This commit is contained in:
Nathan Chapman 2018-10-11 08:29:42 -07:00
commit b55ccf7195
6 changed files with 32 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store

0
fonts/.keep Normal file
View File

0
images/.keep Normal file
View File

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" href="img/favicon.ico">
<title>COMPANY_NAME</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="styles/index.css" rel="stylesheet">
</head>
<body>
<header>
</header>
<main>
</main>
<footer>
<p>Copyright © 2018 COMPANY_NAME. All rights reserved.</p>
</footer>
</body>
</html>

0
scripts/index.js Normal file
View File

0
styles/index.css Normal file
View File