-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.41 KB
/
Copy pathindex.html
File metadata and controls
50 lines (50 loc) · 2.41 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
42
43
44
45
46
47
48
49
50
<!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>
Minheur also leads the development of <a href="pages/PotoFlux">Potoflux</a>, a Java app. Well, maybe that he's the only one to <i>actually</i > work on those projects...
Just do like there were an active community, ok ?? I'm doing all I can to get people hyped / work with me...
It's hard you know !
</p>
<p>We worked on a modpack called TechnoMastery. See it on the <a href="pages/links/#curseforge-modpack">links page</a>!</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 community</p>
</footer>
<script src="scripts/websiteMod.js"></script>
</body>
</html>