このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app/templates/index.html

20 行
784 B
HTML
Raw 通常表示 履歴

<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="Shoogle Search">
2020-01-22 16:15:29 +09:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-01-22 05:26:49 +09:00
<script src="/static/js/controller.js"></script>
<link rel="stylesheet" href="/static/css/main.css">
2020-01-22 05:26:49 +09:00
2020-01-22 16:15:29 +09:00
<div class="search-container">
<img class="logo" src="/static/img/logo.png">
2020-01-22 16:15:29 +09:00
<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>