-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.96 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.96 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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<title>
TechnoMastery - Home
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/buttons.css">
</head>
<body>
<header>
<h1>TechnoMastery</h1>
<nav>
<a href="pages/profiles"><button class="buttons button-blue">Members</button></a><br>
<!-- <a href="pages/faq">FAQ</a><br> ==> waiting for it be made -->
<a href="pages/links/"><button class="buttons button-blue">Links</button></a><br>
<div id="user"></div>
<!--
<a href="pages/changelog-mod/"><button class="buttons button-blue">Mod changelog</button></a>
<a href="pages/changelog-modpack/"><button class="buttons button-blue">Modpack changelog</button></a><br>
<a href="pages/changelog-SCP-exio2fk/"><button class="buttons button-blue">Exio2fk's modpack changelog</button></a><br>
-->
<button class="buttons button-darkred" onclick="usernameSet()">Set your username !</button>
<a href="pages/gameHub/"><button class="buttons button-blue">Game Hub</button></a>
</nav>
</header>
<main>
<h2>Welcome to TechnoMastery</h2>
<p>We are a Minecraft modding community.</p>
<p>We are currently working on a modpack called TechnoMastery.</p>
<p>We are big fans of the Minecraft Create Mod !!! See it there : <br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rR8W-f9YhYA?si=Ez0JvvW1W-K5F6Lg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
</main>
<footer>
<p>© TechnoMastery - Minecraft modding comunity</p>
</footer>
<script src="scripts/websiteMod.js"></script>
</body>
</html>