feat: simple site build and dev server
This commit is contained in:
14
packages/search-site/src/index.html
Normal file
14
packages/search-site/src/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user