Fix links and add styles file

This commit is contained in:
g1n 2021-06-19 18:25:13 +01:00
parent 899dffc8f2
commit 2693792777
1 changed files with 19 additions and 18 deletions

View File

@ -1,21 +1,22 @@
<h1>Hi on pi.tilde</h1>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Hi on pi.tilde</h1>
<p>To register here message <a href="~g1n">g1n</a> via email(not setupped yet) or on irc</p>
<p>To register here message <a href="~g1n">g1n</a> via email(not setupped yet) or on irc</p>
<h2>Our users</h2>
<ul>
<li>~> <a href="~g1n">g1n</a></li>
<li>~> <a href="~mrv">MrV</a></li>
<li>~> <a href="~smlckz">smlckz</a></li>
<li>~> <a href="~hedy">hedy</a></li>
</ul>
<h2>Our users</h2>
<p>~> <a href="~g1n">g1n</a></p>
<p>~> <a href="~mrv">MrV</a></p>
<p>~> <a href="~smlckz">smlckz</a></p>
<p>~> <a href="~hedy">hedy</a></p>
<h2>Our services</h2>
<ul>
<li>Git
<ul>
<li>~> <a href="http://localhost:8080/">Cgit</a></li>
<li>~> <a href="http://localhost/stagit/">Stagit</a></li>
<ul>
</li>
</ul>
<h2>Our services</h2>
<h3>Git</h3>
<p>~> <a href="http://localhost:8080/">Cgit</a></p>
<p>~> <a href="http://localhost/stagit/">Stagit</a></p>
</body>
</html>