-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (57 loc) · 2.14 KB
/
index.html
File metadata and controls
70 lines (57 loc) · 2.14 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Playground</title>
<style>
a {
display: block;
}
</style>
</head>
<body>
<a href="./bandcamp/feed.html">
bandcamp meditation
</a>
<a href="./searchtrends/index.html">
google search trends over recent time
</a>
<a href="./sfmobility/index.html">
mobility rate
</a>
<!--digital ocean-->
<a href="http://161.35.67.228:8080/index.html">
rss reader
</a>
<!--google chrome extension-->
<a href="./twittermoodmanipulator/index.html">
twitter mood manipulator
</a>
<!--leshooflad-->
<a href="https://leshooflad.leshooflad.workers.dev/" title="reader's block">
le shooflad
</a>
<!--CCamera-->
<a href="https://ccamera.vercel.app/" title="CCamera">
CCamera
</a>
<!--formalajax-->
<a href="./formalajax/formalajax.html" title="formalajax">
formalajax
</a>
<!--computer-->
<!-- https://itty.bitty.site/#/eJydVM1u2kAQvucppu6ljbTYJGnSGOOKACaIECpwVDW3xR7MKutda71OQChSn6WP1ifprjFVpV5KfPDMzn7zzXh+HLwbzPrx969DWOuchyeBFcCpyLoOCscakKbhCZgnyFFTSNZUlai7zkMckc9Oc6WZ5hj2ZV5UGlXg7s/7u1JvDzqAe1qVSJjWW7Ks3xrzglONp26DaK1NdCYy2OVUGYVwXGmfnGHegRWXVPvW0Hk9wEtNlYadxo0mKSZSUc2k8IUU2IGUlYZ96zPBmUCy5DJ56qyRZWvtW8aCpqmJ5XuYQ9tGqGF/AWBJk6dMyUqk/nvPu/KGXgcSyaXyX9ZMmxBLqVJURNGUVaVvSA6Z0d0e17jtzYHblCNw95UNljLdGlEmihXalmlVicR+AmiZZRwH7PkDSz/CrvZ/psp81DN0IZVJlaPQrQz1kKNVb7bj1GI7NdTAWnWwVlMF6/SvrQuOrZUDX8Cp6+OA35gsj0JdKQErykvsnLyavA+ZBkXT4GU43QbuMoSkUsqkAQELzYhUReCysFXjgoofpqGgAhJOy7LrNJ12wl8/fhpecxP2Fg8LmM9GMKUbllclPF5de3CLSjax1P/xjIVGDn2pENg1aZ9fe97kOIZFVaCCiMsXI+5Mr3ADMdNUsMrMiud532AREatE7Yvb+DjyiTmX2vR40j/3PDiLYXr2RoaoUluYo8DMpAjty80ZXF4YzsFg/uk4ygFi0ZeSQ29iCR6H8xkMevMJzEltITeT+/vpPRmRI3ONFE005TDAkmUCYrkfkxtudgviEdzZdTPFNbZoQPokns3bPeK1j4vyZ3QiypO1WaA3uo84zcwqw3g8NtNuB9eIZkvd+jf5G86to5M= -->
<a href="https://t.co/fWecFvCR6f" title="desktop computer">
my setup
</a>
<a href="https://checkdots.vercel.app/" title="checkdots game">
checkdots game
</a>
<a href="./takeout/googlemusic.html" title="google music takeout">
google music takeout
</a>
<a href="./slackirx/index.html" title="slack <-> irc relay">
slack <-> irc relay
</a>
</body>
</html>