-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.3 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Calcilore!</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="title">
<h1 class="title">Calcilore!</h1>
</div>
<div class="subtitle">
<h4 class="subtitle">Discord: Calcilore#3266</h4>
</div>
<h2 class="topicidk"> Projects </h2>
<ul>
<li> <a href="https://github.com/Calcilore/keytranslator"> Key Translator </a> </li>
</ul>
<h2 class="topicidk"> Minecraft Mods </h2>
<ul>
<li> <img src="Images/fabricmc.png" class="loadericon"> <a href="https://github.com/Calcilore/musicplayer"> Music Player </a> </li>
<li> <img src="Images/forgemc.png" class="loadericon"> <a href="https://github.com/Calcilore/xpresetondeath"> Xp Reset On Death </a> </li>
</ul>
</div>
</body>
</html>