Initial Commit

This commit is contained in:
2018-12-25 07:55:07 -08:00
commit 0bb1bab900
8 changed files with 4346 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Skiing - Aaron Gutierrez</title>
<link rel="stylesheet" href="site.css">
<meta charshet="utf-8">
<meta viewport="width=device-width, initial-scale=1">
</head>
<body>
<div id="mount">
<noscript>I don't like javascript, either.</noscript>
</div>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script type="text/javascript" src="./dist/bundle.js"></script>
</body>
</html>