Created the main page
This commit is contained in:
37
index.html
Normal file
37
index.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!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>
|
Reference in New Issue
Block a user