aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/2022/index.html')
-rw-r--r--deprecated/2022/index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/deprecated/2022/index.html b/deprecated/2022/index.html
new file mode 100644
index 0000000..f546b05
--- /dev/null
+++ b/deprecated/2022/index.html
@@ -0,0 +1,43 @@
1<!DOCTYPE html>
2<html>
3
4<head>
5 <title>Hello World</title>
6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8 <meta name="viewport" content="width=device-width">
9 <script async src="https://www.googletagmanager.com/gtag/js?id=G-W258G4YG8K"></script>
10 <script>
11 window.dataLayer = window.dataLayer || [];
12 function gtag() { dataLayer.push(arguments); }
13 gtag('js', new Date());
14 gtag('config', 'G-W258G4YG8K');
15 </script>
16 <style>
17 a {
18 text-decoration: none;
19 }
20
21 a:hover {
22 text-decoration: underline;
23 }
24
25 li {
26 font-size: 1.1em;
27 line-height: 2.4;
28 }
29
30 li.hidden {
31 display: none;
32 }
33 </style>
34</head>
35
36<body>
37 <script src="https://gist.github.com/clarkzjw/6288c7c25bfea8e96a19bc25365a42d4.js"></script>
38 <li class="hidden"><a rel="me" href="https://m.jinwei.me/@clark" target="_blank">Mastodon @[email protected]</a></li>
39 <li class="hidden"><a rel="me" href="https://m.jinwei.me/@clarkzjw" target="_blank">https://m.jinwei.me/@clarkzjw</a></li>
40 <li class="hidden"><a href="https://clustrmaps.com/map/Jinwei.me" title="Visit tracker for Jinwei.me"><img src="//www.clustrmaps.com/map_v2.png?d=BZAtKjE_P9CVLS6kplk8VhRuylP-LiRDq--MW5eUu_g" /></a></li>
41</body>
42
43</html>
Powered by cgit v1.2.3 (git 2.41.0)