-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank.htm
More file actions
39 lines (39 loc) · 740 Bytes
/
blank.htm
File metadata and controls
39 lines (39 loc) · 740 Bytes
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
<!doctype html>
<html>
<head>
<title>This page is intentionally left blank</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body{
overflow-x: hidden;
}
body p{
position: fixed;
}
.bottom{
bottom:0;
}
.ctr{
left:50%;
transform:translate(-50%,0);
text-align:center;
white-space: nowrap;
}
.mdl{
top: 20%;
}
.lf{
left:0;
padding-left: 0.5em;
}
.serif{
font-family: serif;
}
</style>
</head>
<body>
<p class='serif ctr mdl'>This page is intentionally left blank.</p>
<p class='bottom ctr'><a href='https://web.archive.org/web/20170928215735/http://www.this-page-intentionally-left-blank.org/whythat.html'>Why that?</a></p>
<p class='bottom lf'><a href='./index.htm'>go back</a></p>
</body>
</html>