-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheo.html
More file actions
32 lines (32 loc) · 729 Bytes
/
eo.html
File metadata and controls
32 lines (32 loc) · 729 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
<html lang="eo">
<head>
<title>Glora William Culhane</title>
<meta property="og:title" content="Glora William Culhane" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://gloriouswill.com" />
<meta property="og:description" content="William Culhane estas GLORA" />
<style type="text/css">
#mainbox {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
text-align: center
}
body {
position: relative;
height: 100%;
overflow: hidden
}
.glory {
font-size: 500%;
}
</style>
</head>
<body>
<div id="mainbox">
William Culhane estas<br/>
<span class="glory">GLORA</span>
</div>
</body>
</html>