-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 2.08 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
41
42
43
44
45
46
47
<html>
<head>
<link rel="stylesheet" href="./res/css/master.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" async>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="./res/js/interceptQFR.js"></script>
</head>
<body>
<div class="pageOuter">
<div class="pageContainer">
<div class="headerContainer">
<header class="pageHeader">
<div style="padding-left: 30px">
<span style="font-size: 30px;font-weight: bolder;">Intercept</span><br/>
Quick Function Reference
</div>
</header>
</div>
<div id="searchBoxOCtr" class="search" style="display: none;">
<div class="searchBoxContainer">
<div class="searchBoxBackground">
<div class="searchBoxInputContainer">
<i class="fa fa-search fa-2x" style="font-size: 24px; padding: 0px 8px 0px 3px"> </i>
<input id="searchBox" type="text" placeholder="Search wrappers..." />
</div>
</div>
</div>
</div>
<div id="docu" class="docu">
</div>
<div id="loadingSpinner" class="loader">Loading...</div>
<footer class="mefutter">
Intercept: Quick Function Reference<br />
Made with <3 by <a href="https://github.com/Verox-" target="_blank">Verox-</a> for the <a href="https://github.com/NouberNou/intercept" target="_blank">Intercept</a> project.<br />
</footer>
</div>
</div>
<script>
$( document ).ready(function() {
MakePage();
});
</script>
</body>
</html>