main_local_website/index.html

35 lines
908 B
HTML
Raw Normal View History

2022-03-15 16:43:45 -04:00
<!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">
2023-06-05 22:28:31 -04:00
<a class="column" href="https://mt.kyaru.club">Minetest Map</a>
<a class="column" href="https://mc.kyaru.club">Minecraft Map</a>
2022-03-15 16:43:45 -04:00
<a class="column" href="https://git.kyaru.club">Gitea</a>
</div>
<img class="kyaru_main" src="images/kyaru_pout.jpg">
<div class="footer">
2023-06-05 22:19:46 -04:00
<p>Contact me on xmpp @ahhhhhh@banana.church if you are interested </p>
2022-03-17 10:43:58 -04:00
<p><a href="https://git.kyaru.club/jasonl8446/main_local_website"> Created by jasonl8446 2022</a></p>
2022-03-15 16:43:45 -04:00
</div>
2023-06-05 22:19:46 -04:00
</html>