-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1003 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name = "viewport" content = "user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width">
<title>carousel</title>
<link rel="shortcut icon" href="/thai.ico" type="image/x-icon">
<script src="./jquery.js"></script>
<script src="./jquery.event.drag.js"></script>
<link rel="stylesheet" href="./sort.css">
<script src="./sort.js"></script>
<link rel="stylesheet" href="./tickertape.css">
<script src="./tickertape.js"></script>
</head>
<body>
<style id='imgH'></style>
<!--
<header contenteditable='true'>
<img src='./logo.png' alt='thai' id='logo'/>
<p id='title'>th.ai</p>
</header>
-->
<div id='tickertape'></div>
<div id='player'>
<div id='pictures'></div>
<div id='mask'></div>
<div id='resize'></div>
<div id='list'>
<textarea></textarea>
</div>
<div id='thumbs'></div>
<div id='sThumbs'></div>
</div>
<a id='save' download='list.txt'>Save</a>
</body>
</html>