aboutsummaryrefslogtreecommitdiff
path: root/ring/index.html
diff options
context:
space:
mode:
authorsn4il <sn4il@localhost.localdomain>2024-05-04 19:33:08 +0300
committersn4il <sn4il@localhost.localdomain>2024-05-04 19:33:08 +0300
commit15b6a74002796d6d3532884f112bfe9ffc9763ae (patch)
treefc0d73215a120f7c6e2f4e8acdedfd772c2a6773 /ring/index.html
downloadsmol-15b6a74002796d6d3532884f112bfe9ffc9763ae.tar.gz
smol-15b6a74002796d6d3532884f112bfe9ffc9763ae.zip
Init
Diffstat (limited to 'ring/index.html')
-rw-r--r--ring/index.html78
1 files changed, 78 insertions, 0 deletions
diff --git a/ring/index.html b/ring/index.html
new file mode 100644
index 0000000..5dda5a7
--- /dev/null
+++ b/ring/index.html
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html lang="ru">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <title>Малая Сеть</title>
+ <link rel="stylesheet" href="../style.css">
+
+ </head>
+ <body>
+ <h1>Малая Сеть</h1>
+ <div class="bh-row bh-no-border">
+ <div class="bh-wide-row bh-vert-2">
+ <div class="bh-col-4">
+ <h3>RuWR - Russian WebRing</h3>
+ </div>
+
+ <div class="bh-col-8">
+ <div class="bh-wide-row bh-no-border">
+ <div class="bh-col-2">
+
+ </div>
+ </div>
+ Чтоб принять участие в Кольце Сайтов русскоязычного SmolNet, разместите у себя на страничке следующий код:<br>
+ <hr>
+
+ <!-- area where html can be copied from -->
+ <textarea id="codes" name="codes" rows="12" cols="60"></textarea>
+ <center>
+ <br/><br/>
+ <aside class="bh-aside-left">
+ выглядит как-то так
+ </aside>
+ <!-- div where your webring html will be displayed -->
+ <hr>
+ <div id="ringbase"></div>
+
+
+ <script>
+ //change this to the title of your webring if you want
+ var ringtitle = "RuWR";
+
+ //this can probably be left alone, but change this to your webring url base directory if required.
+ //ex: var ringurl = "https://www.site.com/webring/";
+ var ringurl = window.location.href.replace(/[^/]*$/, '');
+
+ //this html will be injected into the textarea and div
+ var codes="[ <a href=\""+ringurl+"\">"+ringtitle+"</a> ]<br>[<a href=\""+ringurl+"prev.html?id=0\">←Назад</a> | <a href=\""+ringurl+"rand.html?id=0\">Случайный сайт</a> | <a href=\""+ringurl+"list.html?id=0\">Список</a> | <a href=\""+ringurl+"next.html?id=0\">Вперёд→</a> ]";
+
+ document.getElementById("codes").value=codes
+ document.getElementById("ringbase").innerHTML=codes
+ </script>
+ </center>
+ </div>
+ </div>
+<div class="bh-col-4">
+ <h4>Включение в список</h4>
+</div>
+
+<div class="bh-col-8">
+ <div class="bh-wide-row bh-no-border">
+ <div class="bh-col-2">
+
+ </div>
+ </div>
+ Для добавления вашего сайта в список ротации Кольца Сайтов отправьте письмо на sn4il [собака] thedroth [точка] rocks, указав в теме письма тег [webring]
+
+</div>
+</div>
+<div class="bh-col-10">
+ <center>
+ В согласии с духом <a href="https://tt.sn4il.site/landing.html">Тривиальных Технологий</a>&nbsp;|&nbsp Хостинг: <a href="https://vdsina.ru/?partner=7kp5qpehru">VDSина</a> (скидка 10% по партнёрской ссылке)
+</center>
+
+ </div>
+ </body>
+</html> \ No newline at end of file