-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 804 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
<!DOCTYPE HTML>
<html>
<head><title>CardHistoryLayout usage sample</title>
<link rel="stylesheet" href="sencha/sencha-touch.css">
<style type="text/css">
.x-html {
padding: 40px;
}
.demo1,.demo2,.demo3 {
border: 2px solid black;
font-weight: bold;
min-height: 100px;
}
.demo1 {
background-color: #deb887;
}
.demo2 {
background-color: #f08080;
}
.demo3 {
background-color: #20b2aa;
}
</style>
<script type="text/javascript" src="sencha/sencha-touch.js"></script>
<script type="text/javascript" src="cardHistoryLayout.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
</body>
</html>