Skip to content

Commit

Permalink
Need to commit site so Netlify works.
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart committed Dec 5, 2017
1 parent 53aac99 commit a1742de
Show file tree
Hide file tree
Showing 61 changed files with 24,837 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ dist
node_modules
npm-debug.log*
package-lock.json
public
ts-output
1 change: 1 addition & 0 deletions site/public/1f911bc3032defa919f188375f71198a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = __webpack_public_path__ + "index.html";
22 changes: 22 additions & 0 deletions site/public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #F2F5EB;
color: #333;
font-family: Helvetica;
font-size: 1.2em;
font-weight: lighter;
line-height: 1.3em;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<x-app></x-app>
<script src="/entry.js"></script>
</body>
</html>
Loading

0 comments on commit a1742de

Please sign in to comment.