This commit is contained in:
12
index.html
12
index.html
@ -6,13 +6,23 @@
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
* { margin: 0; }
|
||||
html, body { width: 100%; height: 100%; }
|
||||
|
||||
#search-box {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 1rem;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
#info { color: gray; }
|
||||
#info.error { color: red; }
|
||||
</style>
|
||||
<script type="module" src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="search-box">
|
||||
<div id="search-box">
|
||||
<form id="search">
|
||||
<input name="query" type="text" placeholder="Query">
|
||||
<input type="submit" value="Search">
|
||||
|
Reference in New Issue
Block a user