-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
52 lines (52 loc) · 3.13 KB
/
services.html
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
s<!DOCTYPE html>
<html lang="en">
<head>
<title>SuperNETs</title>
<meta charset="UTF-8">
<meta name="author" content="SuperNETs">
<meta name="description" content="A secure and anonymous, censorship-free, public environment for communication.">
<meta name="keywords" content="anonymous, chat, internet, irc, ircd, network, relay, secure, super, nets, supernets, xmpp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="i/favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.1/umd/popper.min.js" integrity="sha256-AoNQZpaRmemSTxMy9xcqXX5VLwI6IMPYugO7bFHOW+U=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="inc/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="header clearfix">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand text-muted bolder" href="#">SUPERNETS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link active" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="donate.html">Donate</a></li>
<li class="nav-item"><a class="nav-link" href="docs.html">Docs</a></li>
<li class="nav-item"><a class="nav-link" href="services.html">Services</a></li>
</ul>
</div>
</nav>
</header>
<main role="main">
<ul>
<li><h4><a href="irc.html">IRC</a></h4></li>
<li><h4><a href="https://webchat.supernets.org">IRC Webchat</a></h4></li>
<li><h4><a href="https://git.supernets.org/">Git</a> - Hardest Gitea instance on earth</h4></li>
<li><h4><a href="https://watch.supernets.org/">Invidious</a> - Alternate YouTube frontend</h4></li>
<li><h4><a href="https://librex.supernets.org/">LibreX</a> - Search engine</h4></li>
<li><h4><a href="https://supernets.social">Mastodon</a> - Twitter knockoff</h4></li>
<li><h4><a href="https://hardfiles.org">HARDFILES</a> - Hardest file sharing service</h4></li>
</ul>
<footer class="footer">
<p>© Supernets 2024</p>
</footer>
</div>
</body>
</html>