-
Notifications
You must be signed in to change notification settings - Fork 6
/
template.html
72 lines (61 loc) · 1.98 KB
/
template.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta name="GCD" content="YTk3ODQ3ZWZhN2I4NzZmMzBkNTEwYjJla2e24c1eb1704104e42a76dcd13809a5">
<meta charset="utf-8">
<title>xCAT html template</title>
<meta name="generator" content="Google Web Designer 5.0.1.1129">
<meta name="template" content="Expandable 3.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="webcontent/assets/title.ico" type="image/x-icon">
<link rel="stylesheet" href="webcontent/css/default.css" type="text/css">
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
margin: 0px;
}
.gwd-page-container {
position: relative;
width: 100%;
height: 100%;
}
.container {
padding-left: 60px;
padding-right: 60px;
height: 450px;
}
#back {
display: block;
left: 0px;
right: 0px;
position: absolute;
width: 100%;
top: 98px;
height: 60px;
transform-origin: 678.469px 35.5245px 0px;
-webkit-transform-origin: 678.469px 35.5245px 0px;
-moz-transform-origin: 678.469px 35.5245px 0px;
}
@media only screen and (max-width: 680px) {
#back {
height: 50px;
}
}
#head_navigator {
color: white;
padding-right: 50px;
padding-left: 0;
}
</style>
</head>
<body>
<iframe src="head.html" style="display:block;" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="100%" height="180px" position="absolute" bottom="0px"></iframe>
<div id="head_navigator"><img id="back" border="0" src="webcontent/assets/image_34.jpg" title="background"></div>
<div class="container">
<p>This is content template.</p>
<h4>This is content template.</h4>
</div><iframe src="footer.html" style="display:block;" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="100%" height="240px" position="absolute" padding-bottom="0px"></iframe>
</body>
</html>