Set up hello world

This commit is contained in:
Cole Bemis 2017-02-21 23:12:06 -08:00
parent e1ea1aada8
commit 5a3780b0f1
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.DS_Store
node_modules
_site
sandbox
stash

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Feather</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>