-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (53 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>TosSearchTW</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/typeahead.css" rel="stylesheet">
<link href="css/signin.css" rel="stylesheet">
<link href="css/stylesheet.css" rel="stylesheet">
<link href="css/loader.css" rel="stylesheet">
<script src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/typeahead.bundle.min.js"></script>
<script type="text/javascript" src="js/tippy.all.min.js"></script>
<script type="text/javascript" src="js/tossearch.js"></script>
</head>
<body class="text-center">
<form class="form-signin">
<img class="mb-4" src="img/search1.png" alt="" width="72" height="72">
<h1 class="h3 mb-3 font-weight-normal">Tos Search</h1>
<div id="tosquery" class="input-group text-center">
<input id="search-content" class="typeahead form-control gray" type="text"
placeholder="Popolion / 波波小獅王">
<span class="input-group-btn">
<button id="search" class="btn btn-outline-success" type="button">Search</button>
</span>
<span id="loader"></span>
</div>
<div id='notfound-indicator'>
</div>
<p class="mt-5 mb-3 text-muted">
<span class="tippy"
title="波光粼粼 @ 蘋果樹"
data-tippy-placement="top">
<img src="img/favicon.png" width="18" height="18">
©
</span>
<a href="https://github.com/hiiwave/TosSearchTW#change-log"
class="tippy" title="Changelog" color: inherit>⇆
</a>
2018
<a href="https://github.com/hiiwave/TosSearchTW"
class="tippy" title="Source">
<img class='dim' src="img/GitHub-Mark-32px.png" width="18" height="18">
</a>
</p>
</form>
</body>
</html>