summaryrefslogtreecommitdiff
path: root/templates/partials/services.html
blob: 8209cc0f6b93f9afe9f4b53ecc7ecfe960a43d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="about text-2xl">
  <p>Так же на этом сервере:</p>
  <ul class="marker:text-secondary-300 list-outside list-disc ml-6 gap-2">
    <li>
      <a href="https://wg.yetsam.ru">VPN с турецким ip</a>
    </li>
    <li>
      <a href="https://t.me/chatgpt_yetsam_bot">ChatGPT telegram бот</a>
    </li>
    <li>
      <a href="http://cgit.yetsam.ru">Git сервер</a>
    </li>
  </ul>
</div>