-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
24 lines (23 loc) · 937 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="css/all.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/popup.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/jquery.contextMenu.css" type="text/css" media="screen" />
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/redmine_server.js"></script>
<script src="js/redmine_instance.js"></script>
<script src="js/chrome_redmine.js"></script>
<script src="js/redmine_issue_form.js"></script>
<script src="js/jquery.ui.position.js"></script>
<script src="js/jquery.contextMenu.js"></script>
<script src="js/menu.js"></script>
<script src="js/my_tickets.js"></script>
</head>
<body>
<div id="main"></div>
</body>
</html>