-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodblocktri.html
More file actions
80 lines (65 loc) · 3.66 KB
/
modblocktri.html
File metadata and controls
80 lines (65 loc) · 3.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Set in a wasteland, team up or fight!">
<title>ModBlockTri - A new Minecraft mod pack</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="headerimage tri">
<div class="text">
<img class="logo-tri" src="images/modblock-logo.png">
<img class="logotri" src="images/tri-logo-inv.png">
</div>
</header>
<main class="container" style="margin-top:15px;">
<a class="noexternal" href="https://www.curseforge.com/minecraft/modpacks/modblocktri" target="_blank"><btn class="btn btn-primary btn-lg curseforge">ModBlockTri CurseForge</btn></a>
<h1>ModBlock</h1>
<div class="modblock-nav">
<a href="/modblock" class="modblock-navlink">Home</a>
<a href="/modblock/about.html" class="modblock-navlink">About</a>
<a href="/modblock/changelog.html" class="modblock-navlink">Changelogs</a>
<a title="Modpack Issue tracker" href="https://github.com/TechnicProblem/modblock/issues" class="modblock-navlink">Issues</a>
<a href="https://minecraft.curseforge.com/projects/modblock-2/relations/dependencies" class="modblock-navlink">Modlist</a>
</div>
<p>Set in a wasteland, three teams team up or fight!</p>
<hr>
<p>ModBlockTri is a Minecraft modpack where you play in a wasteland map with three "forest islands" where three players/teams can build a base and team up and cooperate or fight eachother. Heavily inspired by FTB Trident.</p>
<p>Suggestions, issues or something else? Make an issue on GitHub(use the ModBlockTri template) or <a href="mailto:technicproblem@outlook.com">send an email</a>.
<p>made by <a href="https://technicproblem.github.io" target="_blank">me</a></p>
<div class="currentversion">
<h4>Current Version:</h4>
<strong><a class="noexternal" href="https://www.curseforge.com/minecraft/modpacks/modblocktri" target="_blank">1.0.0</a></strong>
</div>
<br>
</main>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<div style="background-color:#eeeeee; position:relative; bottom:0; padding:5px;" class="footer">© ModBlock<small>/TechnicProblem</small> 2018-2022. <a style="float:right;" href="https://technicproblem.github.io" target="_blank">technicproblem.github.io</a></div>
<!--<script>
function randomImage(){
var images = [
'bg.png',
'bg2.png',
'bg3.png'];
var size = images.length;
var x = Math.floor(size * Math.random());
console.log(x);
var element = document.getElementsByClassName('headerimage');
console.log(element);
element[0].style["background-image"] = "url("+ images[x] + ")";
}
document.addEventListener("DOMContentLoaded", randomImage);
</script>-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script> $(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>