forked from clstokes/extjs-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextjs-timer.html
27 lines (17 loc) · 843 Bytes
/
extjs-timer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> ExtJS Timer </title>
<!-- include ExtJS -->
<link type="text/css" rel="stylesheet" href="http://extjs.cachefly.net/ext-3.1.1/resources/css/ext-all.css" />
<script type="text/javascript" charset="utf-8" src="http://extjs.cachefly.net/ext-3.1.1/adapter/ext/ext-base.js"></script>
<script type="text/javascript" charset="utf-8" src="http://extjs.cachefly.net/ext-3.1.1/ext-all.js"></script>
<!-- include timer code -->
<script type="text/javascript" src="extjs-timer.js"></script>
</head>
<body>
<div id="center" class="x-hide-display">
</div>
</body>
</html>