28 lines
999 B
HTML
28 lines
999 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<link rel="stylesheet" href="./styles.css">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ ring_name }} List</title>
|
|
<meta property="og:url" content="https://evilr.ing"/>
|
|
<meta property="og:title" content="EVILRING"/>
|
|
<meta name="description" content="an evil webring for evil creatures">
|
|
<meta name="og:description" content="an evil webring for evil creatures">
|
|
</head>
|
|
<body>
|
|
<h1>{{ ring_name }} List</h1>
|
|
<p>{{ ring_description }}</p>
|
|
<p>If you are evil email me your site at <a href="mailto:silas@soaos.dev">silas@soaos.dev</a>.</p>
|
|
<p>Add all sites with declared RSS feeds to your feed reader with this <a href ="{{ opml }}">OPML</a> link.</p>
|
|
{{ table_of_sites | safe}}
|
|
|
|
|
|
<br>
|
|
<footer>
|
|
<p>Last updated: {{ current_time }} </p>
|
|
<p>Powered by <a href="https://github.com/k3rs3d/ringfairy">ringfairy</a>!</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|