-
Notifications
You must be signed in to change notification settings - Fork 0
/
wikipedia.html
33 lines (24 loc) · 1.07 KB
/
wikipedia.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="wikipedia.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="wikipedia.js"></script>
<title>WikiViewer</title>
</head>
<body>
<div class="container-fluid">
<div class="mainpage">
<img src="wikipedia.png" title="wikipedia" >
</div>
<div class="clickpage">
<img src="wikipedia.png" title="wikipedia" >
</div>
<div class="line"></div>
<form onsubmit="return false;">
<input type = "text" id="userInput" />
</form>
<button class="submitBtn" onclick="othername();">Wiki Search</button>
<button class="random"><a href = "https://en.wikipedia.org/wiki/Special:Random" target="_blank">I'm Feeling Lucky</a></button>
</div>
</body>
</html>