blob: f546b0564576721434ed7890f6469649cf30ab9c (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W258G4YG8K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-W258G4YG8K');
</script>
<style>
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
li {
font-size: 1.1em;
line-height: 2.4;
}
li.hidden {
display: none;
}
</style>
</head>
<body>
<script src="https://gist.github.com/clarkzjw/6288c7c25bfea8e96a19bc25365a42d4.js"></script>
<li class="hidden"><a rel="me" href="https://m.jinwei.me/@clark" target="_blank">Mastodon @[email protected]</a></li>
<li class="hidden"><a rel="me" href="https://m.jinwei.me/@clarkzjw" target="_blank">https://m.jinwei.me/@clarkzjw</a></li>
<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>
</body>
</html>
|