-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (19 loc) · 1020 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SysML Web Report</title>
<link rel="stylesheet" href="resources/ext-4.2.1/ext-theme-neptune/ext-theme-neptune-all-debug.css">
<link rel="stylesheet" href="css/style.css" id="style">
<link rel="stylesheet" href="css/treePanels.css" id="tree_style">
<script type="text/javascript" src="resources/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="resources/ext-4.2.1/ext-all-debug.js"></script>
<script type="text/javascript" src="resources/ext-4.2.1/ext-theme-neptune.js"></script>
<script type="text/javascript" src="resource.js"></script>
<script type="text/javascript" src="help_data.js"></script>
<script type="text/javascript" src="data.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>