|
@@ -1,21 +1,20 @@
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
<title>Stoatally Different</title>
|
|
<title>Stoatally Different</title>
|
|
-<link rel="search"
|
|
|
|
|
|
+ <link href="/index.css" rel="stylesheet">
|
|
|
|
+ <link rel="search"
|
|
type="application/opensearchdescription+xml"
|
|
type="application/opensearchdescription+xml"
|
|
title="Stoatally Different"
|
|
title="Stoatally Different"
|
|
href="http://localhost:8000/plugin.xml">
|
|
href="http://localhost:8000/plugin.xml">
|
|
-<script src="/index.js"></script>
|
|
|
|
|
|
+ <script src="/index.js"></script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
-Stoatally different.
|
|
|
|
-
|
|
|
|
-<form action="/search">
|
|
|
|
- <input type="search" id="search" name="s" value="" autofocus/>
|
|
|
|
-</form>
|
|
|
|
-
|
|
|
|
-<div id="results">
|
|
|
|
|
|
+<div id="container">
|
|
|
|
+<!-- <form action="/search">-->
|
|
|
|
+ <input type="search" id="search" name="s" value="" autofocus/>
|
|
|
|
+<!-- </form>-->
|
|
|
|
|
|
|
|
+ <div id="results"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|