-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathw3c-css.html
52 lines (46 loc) · 1.11 KB
/
w3c-css.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
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitinal//EN' 'http://www.w3.org/TR/xhtml/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<style type='text/css'>
body {
font-family: Arial;
margin-left: 40px;
}
img {
border: 0 none;
}
#content {
margin-left: auto;
}
#message h2 {
font-size: 20px;
font-weight: normal;
color: #000000;
margin: 34px 0px 0px 0px;
}
#message p {
font-size: 13px;
color: #000000;
margin: 7px 0px 0px 0px;
}
#errorref {
font-size: 11px;
color: #737373;
margin-top: 41px;
}
</style>
<title>Service unavailable</title>
<script defer src="https://cloud.umami.is/script.js" data-website-id="c15cf406-c0c9-43a8-9c14-62eeb24c8925"></script>
</head>
<body>
<div id='content'>
<div id='message'>
<h2>The request is blocked.</h2>
</div>
<div id='errorref'>
<span>nahbrotherthisisjustatestsitelol</span>
</div>
</div>
</body>
</html>