forked from calfzhou/Tipue-Search
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
53 lines (33 loc) · 2.25 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Tipue Search</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400|Merriweather:300,300italic" rel="stylesheet">
<link rel="stylesheet" href="inc/normalize.css">
<link rel="stylesheet" href="inc/standard.css">
</head><body>
<!-- head -->
<div id="head"><div class="head_icon"><a href="http://www.tipue.com"><img src="img/head.png" alt="Tipue"></a></div></div>
<!-- body -->
<div class="center" style="padding-top: 90px;"><a href="http://www.tipue.com/search"><img src="img/radio3.png" alt="Tipue Search"></a></div>
<div class="center"><div class="inner" style="padding-top: 27px;"><h2>Tipue Search</h2></div></div>
<div class="center"><div class="inner norm" style="padding-top: 17px;">
<a href="http://www.tipue.com/search">Tipue Search</a> is a site search engine jQuery plugin. It's free, open source and responsive.
</div></div>
<div class="center"><div class="inner" style="padding-top: 39px;"><h2>Demos</h2></div></div>
<div class="center"><div class="inner norm" style="padding-top: 17px;">
This download comes with demos of <a href="demos/static/index.html">Static</a> and <a href="demos/live/index.html">Live</a> modes. There is also a static demo <a href="demos/static-fr/index.html">translated into French</a>.
</div></div>
<div class="center"><div class="inner" style="padding-top: 39px;"><h2>Fully documented</h2></div></div>
<div class="center"><div class="inner norm" style="padding-top: 17px;">
There's an easy Getting Started section along with full and comprehensive <a href="http://www.tipue.com/search/docs/">documentation</a>.
</div></div>
<div class="center"><div class="inner" style="padding-top: 39px;"><h2>Support</h2></div></div>
<div class="center"><div class="inner norm" style="padding-top: 17px;">
We offer a range of flexible <a href="http://www.tipue.com/support/">support</a> plans for our jQuery plugins, including free.
</div></div>
<div class="center ital" style="padding: 39px 0 30px 0;">© 2015, <a href="http://www.tipue.com">Tipue</a>. Made in London.</div>
</body>
</html>