-
Notifications
You must be signed in to change notification settings - Fork 0
/
dial.html
28 lines (27 loc) · 1.01 KB
/
dial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>dial</title>
<link href="styles/styles.css" rel="stylesheet" type="text/css" />
<script src="../closure/goog/base.js"></script>
<script src="../raphael/raphael-min.js"></script>
<script src="js/Default.js"></script>
<script src="js/Dial.js"></script>
<script src="js/Demo/DialDemo.js"></script>
<meta name="description" content="" />
<meta name="author" content="ksuayan" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
</head>
<body onload="initPage()">
<div id="svg-content"></div>
<div>
<header>
<h1>dial</h1>
</header>
</div>
</body>
</html>