-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
109 lines (81 loc) · 3.79 KB
/
search.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="english">
<head>
<meta charset="utf-8" />
<title>Search — urlstechie</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_style.css" />
<link rel="stylesheet" type="text/css" href="_static/css/code_style.css" />
<link rel="stylesheet" type="text/css" href="_static/css/tree_graph.css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" />
<script type="text/javascript" src="searchindex.js" defer></script>
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<table style="width:100%">
<tr>
<th>
<div class="sub-title-menu">
<a href="index.html" title="Home"><i class="fa fa-home"></i>Home</a>
<a href="search.html" title="Documentation"><i class="fa fa-search"></i>Search</a>
<a href="about.html" title="About"><i class="fa fa-user-circle"></i>About</a>
</div>
</th>
<th style="width:250px; height:150px; background-color:#F2DA34;text-align:center; vertical-align:middle">
<img alt="_static/urlstechie_logo.png" class="align-center" src="_static/urlstechie_logo.png">
</th>
<th>
<p class="tagline">
<a href="https://github.com/urlstechie/" title="urlstechie">urlstechie</a> is an online project providing urls checking/ testing tools.
</p>
</th>
</table>
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">
$('#fallback').hide();
</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search these documents. Enter your search
words into the box below and click "search". Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.
</p>
<form action="" method="get">
<input type="text" name="q" aria-labelledby="search-documentation" value="" />
<input type="submit" value="search" />
<span id="search-progress" style="padding-left: 10px"></span>
</form>
<div id="search-results">
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2020, urlstechie.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.3.1</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.11</a>
</div>
</body>
</html>