main_local_website/index.html
2022-03-15 16:43:45 -04:00

37 lines
981 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://transmission.kyaru.club">Transmission</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 matrix @jasonl8446:uddu.chat if you are interested</p>
<p>Created by jasonl8446 2022</p>
</div>
</body>
</html>