122 lines
3.6 KiB
HTML
122 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>tilde.green webring</title>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body {
|
|
padding: 20px;
|
|
background-color: black;
|
|
font-family: monospace;
|
|
color: #8ec07c;
|
|
font-size: 20px;
|
|
}
|
|
|
|
h3 {
|
|
margin-bottom: -3px;
|
|
}
|
|
|
|
a {
|
|
color: #7c8ec0;
|
|
}
|
|
|
|
a:hover {
|
|
color: #c07c8e;
|
|
}
|
|
</style>
|
|
|
|
<h1>tilde.green webring</h1>
|
|
|
|
<div id="webring" style="margin: 0 auto; font-size: small">
|
|
<style>
|
|
#webring a {
|
|
color: #8ebf7c;
|
|
font-size: 20px;
|
|
font-weight: bolder;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
<table style="background-color: transparent; margin: 0 auto">
|
|
<tr>
|
|
<td class="webring-prev" style="text-align: right">
|
|
<a
|
|
href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=previous&referrer=~jigong"
|
|
><</a
|
|
>
|
|
</td>
|
|
<td class="webring-info" style="text-align: center">
|
|
<a href="https://tilde.green/~jigong/tilde-ring"
|
|
><img src="static/tilde-webring.png" /></a
|
|
><br />
|
|
<span class="webring-links">
|
|
<a
|
|
href="https://tilde.green/~jigong/tilde-ring/redirect.html?referrer=~jigong"
|
|
>?</a
|
|
>
|
|
</span>
|
|
</td>
|
|
<td class="webring-next" style="text-align: left">
|
|
<a
|
|
href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=next&referrer=~jigong"
|
|
>></a
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
REPO:
|
|
<a href="https://git.tilde.green/jigong/tilde-ring"
|
|
>https://git.tilde.green/jigong/tilde-ring</a
|
|
>
|
|
|
|
<h3>How to Join:</h3>
|
|
If you would like to join the webring you must satisfy the following
|
|
<ol>
|
|
<li>Be a member of tilde.green</li>
|
|
<li>Host a webpage on tilde.green that is not the default page</li>
|
|
<li>
|
|
Email jigong@tilde.green (or whoever takes over this... I am just using
|
|
me as an example) requesting to join
|
|
</li>
|
|
<li>
|
|
Add the following code snippet to your page, replacing the text
|
|
YOUR_USERNAME with your tilde username. include the tilde before your
|
|
username like ~jigong
|
|
</li>
|
|
</ol>
|
|
|
|
<xmp>
|
|
<div id="webring" style="margin: 0 auto; font-size: small">
|
|
<style>
|
|
#webring a {
|
|
color: #8ebf7c;
|
|
font-size: 20px;
|
|
font-weight: bolder;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
<table style="background-color: transparent; margin: 0 auto">
|
|
<tr>
|
|
<td class="webring-prev" style="text-align: right">
|
|
<a href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=previous&referrer=YOUR_USER_NAME"><</a>
|
|
</td>
|
|
<td class="webring-info" style="text-align: center">
|
|
<a href="https://tilde.green/~jigong/tilde-ring"
|
|
><img src="https://tilde.green/~jigong/tilde-ring/static/tilde-webring.png" /></a
|
|
><br />
|
|
<span class="webring-links">
|
|
<a href="https://tilde.green/~jigong/tilde-ring/redirect.html?referrer=YOUR_USER_NAME">?</a>
|
|
</span>
|
|
</td>
|
|
<td class="webring-next" style="text-align: left">
|
|
<a href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=next&referrer=YOUR_USER_NAME">></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</xmp>
|
|
</body>
|
|
</html>
|