27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/static/img/favicon.ico" type="image/x-icon">
|
|
<script type="text/javascript" src="/static/js/controller.js"></script>
|
|
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="Shoogle Search">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
</head>
|
|
<body>
|
|
<div class="search-container">
|
|
<img class="logo" src="/static/img/logo.png">
|
|
<div class="search-fields">
|
|
<input type="text" id="search-bar">
|
|
<button type="submit" id="search-submit">Search</button>
|
|
</div>
|
|
<br/>
|
|
<div class="config-fields">
|
|
<label for="config-near">Near: </label>
|
|
<input type="text" name="config-near" id="config-near" placeholder="City Name">
|
|
<button type="submit" id="config-submit">Save</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|