-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathticker.html
29 lines (27 loc) · 908 Bytes
/
ticker.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
29
<html>
<head>
<title>Animated Panels</title>
<!-- <meta http-equiv="refresh" content="10"> -->
<meta charset="UTF-8">
<link rel="stylesheet" href="ticker.css">
<script type="text/javascript" src="rotate.js">
</script>
</head>
<body>
<div id="tickerContainer">
<div id="tickerHeader">
<div id="tickerHeaderText">
<span>Latest</span>
</div>
</div>
<div id="tickerContent">
<!--Don't change stuff here, text will be changed via rotate.js-->
<p hidden="">Please change the lines in tickerSet.</p>
<p hidden="">DEMO demo DEMO demo</p>
<p hidden="">系統未設定 系統未設定</p>
</div>
</div>
<div id="test">
</div>
</body>
</html>