-
Notifications
You must be signed in to change notification settings - Fork 0
/
blank.html
61 lines (51 loc) · 959 Bytes
/
blank.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>dev.feralcreative.co</title>
<link rel="stylesheet" href="https://vdpp.cnbl.io/css/impartner.css">
<style type="text/css">
body {
background: #303;
margin: 0;
padding: 0;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
ul,
ol,
dl {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 45vh auto;
text-align: center;
}
a img {
border: none;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
}
</style>
</head>
<body>
<p>This page intentionally left blank.</p>
</body>
</html>