|
@@ -1,7 +1,8 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta name="referrer" content="no-referrer">
|
|
|
-<title>Stoatally Different</title>
|
|
|
+ <title>Stoatally Different</title>
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link href="/index.css" rel="stylesheet">
|
|
|
<link rel="search"
|
|
|
type="application/opensearchdescription+xml"
|
|
@@ -10,7 +11,7 @@
|
|
|
<script src="/index.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<div id="container">
|
|
|
+<div class="container">
|
|
|
<form autocomplete="off" id="search-form">
|
|
|
<input type="search" id="search" name="s" value="" autofocus/>
|
|
|
</form>
|