35 lines
959 B
HTML
35 lines
959 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Kyaru.club!</title>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<meta name="description" content="" />
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<h1>Welcome to Kyaru.club!</h1>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<a class="column" href="https://jellyfin.kyaru.club">Jellyfin</a>
|
|
<a class="column" href="https://uddu.chat">Matrix</a>
|
|
<a class="column" href="https://git.kyaru.club">Gitea</a>
|
|
<a class="column" href="https://nc.kyaru.club">Nextcloud</a>
|
|
|
|
</div>
|
|
<img class="kyaru_main" src="images/kyaru_pout.jpg">
|
|
<div class="footer">
|
|
<p>Contact me on xmpp @ahhhhhh@banana.church if you are interested </p>
|
|
<p><a href="https://git.kyaru.club/jasonl8446/main_local_website"> Created by jasonl8446 2022</a></p>
|
|
</div>
|
|
</html>
|