19 lines
479 B
HTML
19 lines
479 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<title>documentationsearch.js</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<!--[if lte IE 9]>
|
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<h1>documentationsearch.js</h1>
|
|
<h2>Search in docs: <input type="text" id="search-input" /></h2>
|
|
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|