-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
51 lines (44 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to your website!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
padding-top: 8em;
}
em {
color: gray;
}
hr {
border-color: #e2e2e2;
border-width: 0 0 1px 0;
margin: 35px auto;
}
.tag{
color: #555;
background-color: #add9ff;
padding: 2px 4px;
border-radius: 3px;
}
ul li {
line-height: 18pt;
}
</style>
</head>
<body>
<h3><strong>For web developer</strong></h3>
<ul>
<!--?-->
</ul>
<hr>
<p>For any help and support on this server please email us to
<a href="mailto:support@iotech.co.th?subject=Customer,%20Hosting%20contact">support@iotech.co.th</a>
</p>
<p>
<em>Thank you, iOTech Team.</em> With <span style="color: red">❤</span> from iOTech Enterprise
</p>
</body>
</html>