-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.56 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>XDDD</title>
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
<link rel="apple-touch-icon" href="images/favicon-apple.png" />
<link rel="icon" href="images/favicon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
h1 {font-family: Arial, Helvetica, sans-serif;}
p {font-family: Arial, Helvetica, sans-serif;}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CF2CX1CVFQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CF2CX1CVFQ');
</script>
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 90%; max-width: 512px;">
<h1 style="text-align: center;"><span style="font-style: italic; font-weight: bold; font-size: 96px;"><span style="color: red;">X</span>DDD</span>.org</h1>
<p><span style="font-style: italic; font-weight: bold;"><span style="color: red;">X</span>D</span> = 😆 = <a href="http://unicode.org/emoji/charts/full-emoji-list.html#1f606">U+1F606</a> = grinning squinting face</p>
<p><span style="font-style: italic; font-weight: bold;"><span style="color: red;">X</span>DDD</span> = ?</p>
</div>
<hr />
<p style="text-align: center;">
<a href="https://github.com/XDDD">GitHub</a> |
<a href="https://hub.docker.com/orgs/xddd/repositories">Docker Hub</a> |
<a href="https://www.mwyau.com/">About Me</a>
</p>
</body>
</html>