forked from fuzzz/extshark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·23 lines (21 loc) · 1.12 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
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF8">
<title>ExtShark</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="./lib/ext-4.0.7-gpl/resources/css/ext-all.css" />
<!-- <link rel="stylesheet" type="text/css" href="./css/example.css" />-->
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<link rel="stylesheet" type="text/css" href="./css/iconCls.css" />
<!-- <script type="text/javascript" src="./lib/ext-4.0.7-gpl/ext-all-debug-w-comments.js"></script> -->
<script type="text/javascript" src="./lib/ext-4.0.7-gpl/ext-all.js"></script>
<script type="text/javascript" src="./php/api.php"></script>
<!-- <script type="text/javascript" src="./lib/ext-4.0.7-gpl/examples/ux/SlidingPager.js"></script>-->
<script type="text/javascript" src="./js/func.js"></script>
<script type="text/javascript" src="./js/openFileDialog.js"></script>
<script type="text/javascript" src="./js/viewPacket.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</head>
<body>
</body>
</html>