-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.5 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
<html>
<head>
<title>Call of Duty - Black Ops 3 - Scripting API</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="navigation">
<div id="navigation-inner">
<div id="logo"></div>
<div id="search">
<div id="filter" name="filter"></div>
<input id="searchbox" name="search" type="text">
<div id="filterlist">
<ul>
<li>Return Type: <select id="return"></select></li>
<li>Entity Type: <select id="entity"></select></li>
<li>Category: <select id="category"></select></li>
<li>Client / Server: <select id="clientserver"></select></li>
</ul>
</div>
</div>
<div id="navlist-outer">
<div id="navlist"></div>
</div>
</div>
</div>
<div id="main"><h2>Call of Duty - Black Ops 3 Scripting API<h2></div>
<script type="text/javascript" src="functions.js"></script>
</body>
</html>