forked from tuo/jenkins-monitor
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·26 lines (22 loc) · 854 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
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Build Dashboard</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<audio name="sound" id="sound"></audio>
<div id="content">
<h2>Jenkins Monitor</h2>
<cite>kanban for radiate ci status</cite>
<h5>Better using Safari or Google Chrome</h5>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.jsonp-2.1.4.min.js"></script>
<script type="text/javascript" src="js/jquery.blockUI.js"></script>
<script type="text/javascript" src="js/jenkinsDashboard.js"></script>
<script type="text/javascript" src="conf/config.js.sample"></script>
<script type="text/javascript" src="conf/config.js"></script>
</body>
</html>