feat: simple site build and dev server

This commit is contained in:
2018-08-30 19:52:58 -07:00
parent 37dcabde5e
commit 699a03c7c0
9 changed files with 106 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Strain Search</title>
</head>
<body>
<noscript><h1>You're going to want to enable JavaScript</h1></noscript>
<h1>Hosted Stuff</h1>
<script src="https://unpkg.com/lunr@2.3.1/lunr.js"></script>
</body>
</html>