Initial commit
This commit is contained in:
commit
39b549574d
51
index.html
Normal file
51
index.html
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link res="stylesheet" href="styles.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>The Stationery Society</h1>
|
||||||
|
|
||||||
|
<h2>Sitemap</h2>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://g.stationery.lol">G</a> git
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://m.stationery.lol">M</a> matrix
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://c.m.stationery.lol">C.M</a> matrix call
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://c.stationery.lol">C</a> nextcloud
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://o.c.stationery.lol">O.C</a> dk
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://e.stationery.lol">E</a> email
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://iv.stationery.lol">IV</a> Invidious
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://bw.stationery.lol">BW</a> breeze wiki
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://sc.stationery.lol">SC</a> scribe
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://j.stationery.lol">J</a> jitsi
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://f.stationery.lol">F</a> file hosting
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://ip.stationery.lol">IP</a>
|
||||||
|
</div>
|
||||||
|
<div class="site">
|
||||||
|
<a class="suburl" target="_blank" href="https://q.stationery.lol">Q</a> qbittorrent
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
13
s.txt
Normal file
13
s.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
g.stationery.lol - git
|
||||||
|
m.stationery.lol - matrix
|
||||||
|
c.m.stationery.lol - matrix call
|
||||||
|
c.stationery.lol - nextcloud
|
||||||
|
o.c.stationery.lol - dk
|
||||||
|
e.stationery.lol - email
|
||||||
|
iv.stationery.lol - nvidious
|
||||||
|
bw.stationery.lol - reeze wiki
|
||||||
|
sc.stationery.lol - cribe
|
||||||
|
j.stationery.lol - jitsi
|
||||||
|
f.stationery.lol - file hosting
|
||||||
|
ip.stationery.lol - p
|
||||||
|
q.stationery.lol - qbittorrent
|
2
styles.css
Normal file
2
styles.css
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
body {
|
||||||
|
}
|
Loading…
Reference in a new issue