-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
47 lines (34 loc) · 1.85 KB
/
options.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Wiki Viewer Description</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.sandstone.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/options.css">
</head>
<body>
<div class="container centerdiv">
<i class="fa fa-wikipedia-w wiki-icon" aria-hidden="true"></i>
<h2 class="center-text"> Wiki Search </h2>
<h3 class="center-text"> Made by Abhijeet Prasad </h3>
<div class="selectors">
<a href="https://github.com/abhiprasad" target="_blank"> <i class="fa fa-github git-icon me" aria-hidden="true"></i> </a>
<a href="https://github.com/AbhiPrasad/Wiki-Viewer/" target="_blank"> <i class="fa fa-user user-icon me" aria-hidden="true"></i> </a>
</div>
<div class="center-text credit">Chrome Extension icons made by
<a href="http://www.freepik.com" title="Freepik"> Freepik </a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> and is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0"
target="_blank"> CC 3.0 BY </a>
</div>
<div class="center-text credit"> Icons on app and options page made by
<a href="http://fontawesome.io" title="Font Awesome"> Font Awesome </a> by Dave Gandy
</div>
</div>
<script src="js/options.js"></script>
</body>
</html>