-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
39 lines (34 loc) · 843 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Jtop 1.0.1</title>
<script data-main='test/main' src="lib/require.js"></script>
<link rel="stylesheet" href="css/jtop.popupmenu.css">
<link rel="stylesheet" href="css/jtop.tooltip.icon.css">
<link rel="stylesheet" href="css/jtop.tooltip.info.css">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
#jtop {
width: 1600px;
height: 900px;
position: fixed;
top: 25px;
margin-left: auto;
overflow: hidden;
background-image: url("test/images/siatka10.png");
}
body {
background-color: #89A;
/*background-image: url("test/images/wallpaper-3.jpg");*/
}
</style>
</head>
<body>
<div id="jtop"></div>
</body>
</html>