-
Notifications
You must be signed in to change notification settings - Fork 0
/
wiki_search.html
36 lines (23 loc) · 1.23 KB
/
wiki_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
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../Project/wiki_search.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src = "../Project/wiki_search.js"></script>
</head>
<body>
<div class="jumbotron text-center">
<h4> Click here for Random Article Via Wikipedia</h4>
<div class="box">
<div class="container-3">
<span class="icon"><i id="search_icon" class="fa-2x fa fa-search"></i></span>
<input class="rounded" type="text" id="search" placeholder="Search..." />
</div>
</div>
<h4> Click icon to search</h4>
</div>
<div class="container well"><table class="tableprops" id="results"><h5>Result on Search:</h5></table></div>
</body>
</html>