aboutsummaryrefslogtreecommitdiff
path: root/ring/index.html
blob: 5dda5a7d08227d50c151d3676192ae4d5f7662a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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>