15 lines
417 B
HTML
15 lines
417 B
HTML
<!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>
|