33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="UTF-8">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 		<link rel="stylesheet" href="static/main.css">
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<div class="content">
 | |
| 		<h1 class="logo">yonderly.org</h1>
 | |
| 		
 | |
| 		<h2 id="about">about</h2>
 | |
| 		 <p><b>yonderly.org</b> provides multiple public services, including <a href="/mail">e-mail</a>, <a href="/storage">storage</a>, a <a href="/nix.html">pubnix</a>, and a <a href="https://wiki.yonderly.org">wiki</a>. </p>
 | |
| 
 | |
| 		<p>see <a href="/services.html">services</a> for more information and a list.</p>
 | |
| 
 | |
| 		<p><a href="/terms.html">terms of service</a>.</p>
 | |
| 	
 | |
| 		<h2 id="contact">contact</h2>
 | |
| 		<p>e-mail <i style="color:var(--email-color)">staff@[this domain]</i>.
 | |
| 		
 | |
| 		<h2 id="contribution">contribution</h2>
 | |
| 		 <p>if you want support <b>yonderly.org</b>, see <a style="color:var(--header-color)" href="#contact">#contact</a>, and send us a message asking how.</p>
 | |
| 		 <p>also, consider donating to one of our <a href="/donate.html">addresses</a>.</b></p>
 | |
| 	</body>
 | |
| 	<footer>
 | |
| 		<p class="footer-paragraph">powered by <a href="https://openbsd.org"
 | |
| 		    style="font-family:PlexSerif; text-decoration:underline light-dark(#000084, #CF4229)"
 | |
| 		><i style="color:light-dark(#0000FF, #F2CA30)">Open</i
 | |
| 		><b style="color:light-dark(#000084, #CF4229)">BSD</b></a>.<p>
 | |
| 	</footer>
 | |
| </html>
 |