-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.html
54 lines (48 loc) · 932 Bytes
/
server.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
<html>
<head>
<!--<meta name="viewport" content="height=145, width=1000" />-->
<style>
@font-face {
font-family: freshman;
src: url('http://dmnetwork.co.uk/assets/fonts/Freshman.ttf');
}
}
body {
background: none;
width: 450px;
height: 150px;
padding: 10px;
margin: 0px;
font-weight: bold;
}
h1 {
width: 300px;
margin: 0px 0px 10px 30px;
padding: 0px;
font-family: freshman;
font-size: 75px;
color: red;
width: auto;
height: auto;
}
span {
margin: 0px 0px 15px 15px;
color: red;
font-weight: bold;
font-size: 30px;
font-family: freshman;
}
html, body {
width: 450px;
height: 150px;
}
</style>
</head>
<body>
<h1>{{name}}</h1>
<span>
SUNSETHOSTING.CO.UK
{{online}}/{{max}}
</span>
</body>
</html>