-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (34 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DIY HRT Archive</title>
<meta name="description" content="Archiving DIY HRT resources">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="favicon.png">
<style>
body {
background-color: black;
color: white;
font-size: 30px;
font-family: sans-serif;
}
a {
color: white;
}
</style>
</head>
<body>
<a href="hrtcafe.net/index.php/Main_Page">hrtcafe.net</a><br>
<a href="diyhrt.wiki">diyhrt.wiki</a><br>
<a href="hrt.coffee">hrt.coffee</a><br>
<a href="diyhrt.market">diyhrt.market</a><br>
<a href="reddit/r/TransDIY/wiki.html">/r/transdiy wiki</a> (<a href="reddit/r/TransDIY/wiki/pharmacies.html">pharmacies</a>)<br>
<a href="transfemscience.org">transfemscience.org</a><br>
<a href="hrt.cat">hrt.cat</a><br>
<a href="guides">guides</a><br>
<a href="other_sites">related sites</a><br>
<a href="unmaintained">archived / unmaintained sites</a><br>
<a href="readme.html">readme</a><br>
<a href="disclaimer.html">disclaimer</a><br>
</body>
</html>