-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.11 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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Chris Lim">
<meta name="author" content="Chris Lim">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="wiki.js"></script>
</head>
<body>
<div class='container'>
<div class='text-center'>
<h1 class='header'><a href="https://en.wikipedia.org/wiki/Special:Random" target="_blank">View a Random Article</a> <small>or</small></h1>
<h1 class='header'> Search for Something on Wikipedia!</h1>
<br>
<form id="searchform">
<input type="search" id="search" name="search" placeholder="Search">
</form>
<div id="results" class='text-center'>
</div>
<div>
<div>
</body>
</html>