-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
37 lines (34 loc) · 2.1 KB
/
readme.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
36
37
<!DOCTYPE html>
<html lang="en">
<!-- this file is automatically updated when README.md is updated, please don't modify it -->
<head>
<title>readme</title>
<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: 20px;
font-family: sans-serif;
}
a {
color: white;
}
</style>
</head>
<body>
<h2>What is this?</h2>
<p>This an archive of diyhrt.cafe, diyhrt.wiki, diyhrt.market, hrt.coffee, <a href="http://transfemscience.org" rel="nofollow">transfemscience.org</a> and a few others in case something goes wrong. Websites are updated once weekly.</p>
<h2>Accessing this archive</h2>
<h3>Online, no download required.</h3>
<p>https://hrt.soap.systems</p>
<h3>Locally</h3>
<p>Use <a href="https://github.com/soapingtime/diyhrt/archive/refs/heads/main.zip" rel="nofollow">this link</a> and it will start a download. To access the archive, open index.html with your browser.</p>
<h2>Mirroring</h2>
<p>I encourage you to start your own mirror, and open an issue or pull request if you would like it added to the readme. If you decide create a public mirror, it should be automatically updated by simply running <code>git pull</code> at least once a week (you can do this with a <a href="https://stackoverflow.com/a/69553820" rel="nofollow">simple cron job</a>). Feel free to open an issue if you need any help.</p>
<p>This project is currently hosted on Github and mirrored at <a href="https://git.disroot.org/diyhrt/mirrors" rel="nofollow">git.disroot.org</a>, <a href="https://git.gay/hrt/pages" rel="nofollow">git.gay</a> <a href="https://hrt.pages.gay/" rel="nofollow">(html version)</a> and <a href="https://hrt.wtf" rel="nofollow">hrt.wtf</a></p>
<h2>Contact me</h2>
<p>If you want to contact me about something here, start an issue on <a href="https://github.com/soapingtime/diyhrt/issues" rel="nofollow">GitHub</a> or <a href="mailto:soaper@disroot.org">send me an email</a>.</p>
</body>
</html>