-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>www.wikilinks.com</title>
<link rel="stylesheet" href="project.css">
<!--/* favicon link */-->
<link rel="shortcut icon" href="cpu.ico" type="image/x-icon">
<!--/* */-->
<!--/*link for css for button */-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--/*google font link */-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Luckiest+Guy">
</head>
<body >
<section>
<h1>GET YOUR WIKI LINKS</h1>
<div class="centerDiv">
<div class="details">
<label >ENTER YOUR SEARCH</label><br>
<input type="search" name="" id="query">
<button id="btn"><i class="fa fa-search"></i></button>
<div id="holder" ></div>
</div>
</div>
</section>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script type="module">webscrap.mjs</script>
<script src="project.js">index.js
</script>
</html>