47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<style>
 | 
						|
	table, th, td {
 | 
						|
		border: 1px solid black;
 | 
						|
	}
 | 
						|
</style>
 | 
						|
<h1>Services</h1>
 | 
						|
<p>A completely plain page because I'm lazy as shit.</p>
 | 
						|
<table>
 | 
						|
	<thead>
 | 
						|
		<tr>
 | 
						|
			<th>Name / Clearnet</th>
 | 
						|
			<th>I2P</th>
 | 
						|
			<th>Tor</th>
 | 
						|
			<th>Yggdrasil</th>
 | 
						|
		</tr>
 | 
						|
	</thead>
 | 
						|
	<tbody>
 | 
						|
		<tr>
 | 
						|
			<td>RSS-Bridge</th>
 | 
						|
			<td></td>
 | 
						|
			<td></td>
 | 
						|
			<td><a href="http://[200:c844:eea:d37:1ac1:a6c2:1528:e921]">[Yggdrasil]</a></td>
 | 
						|
		</tr>
 | 
						|
		<tr>
 | 
						|
			<td><a href="https://pixelfed.letsdecentralize.org">Pixelfed</a></td>
 | 
						|
			<td></td>
 | 
						|
			<td></td>
 | 
						|
			<td></td>
 | 
						|
		</tr>
 | 
						|
		<tr>
 | 
						|
			<td>IPFS Gateway</td>
 | 
						|
			<td><a href="http://f2vwzlz5wm3x2tbhzfwtay4wnxxfa37tlzmchhdsicicnewq2eya.b32.i2p">[I2P]</a></td>
 | 
						|
			<td></td>
 | 
						|
			<td></td>
 | 
						|
		</tr>
 | 
						|
	</tbody>
 | 
						|
</table>
 | 
						|
<!--
 | 
						|
<ul>
 | 
						|
	<li><a href="https://zeronet.link">zeronet.link</a>: clearnet to ZeroNet link redirector</li>
 | 
						|
	<li><a href="https://gogs.letsdecentralize.org">Gogs</a>: Git hosting</li>
 | 
						|
	<li><a href="https://duckling.mayvaneday.art">Port</a> with <b>self-signed certificate</b>: Gopher/Gemini to HTTP proxy</li>
 | 
						|
	<li><a href="https://rssbridge.mayvaneday.org">RSS-Bridge</a>: RSS feed creator</li>
 | 
						|
	<li><a href="https://linx.mayvaneday.org">Linx</a>: simple file upload and pastebin</li>
 | 
						|
</ul>
 | 
						|
-->
 |