-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
81 lines (49 loc) · 4.12 KB
/
Copy pathhome.html
File metadata and controls
81 lines (49 loc) · 4.12 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
81
<!--DOCTYPE HTML-->
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="res/png/favicon.png">
<title>Home - Minecraft Commune</title>
<link href="https://java-for-minecraft.com/assets/stylesheet.css" rel="stylesheet">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4JE56FDKW4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4JE56FDKW4');
</script>
<link rel="stylesheet" href="https://mcarc.github.io/assets/stylesheets/main.69437709.min.css">
<link rel="stylesheet" href="https://mcarc.github.io/assets/stylesheets/palette.cbb835fc.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
<link rel="stylesheet" href="https://mcarc.github.io/stylesheets/extra-24.css">
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
<script id="__analytics">function __md_analytics(){function n(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],n("js",new Date),n("config","G-5MCTNVFD93"),document.addEventListener("DOMContentLoaded",function(){if(document.forms.search&&document.forms.search.query.addEventListener("blur",function(){this.value&&n("event","search",{search_term:this.value})}),document.forms.feedback){var e,a=document.forms.feedback;for(e of a.querySelectorAll("[type=submit]"))e.addEventListener("click",function(e){e.preventDefault();var t=document.location.pathname,e=this.getAttribute("data-md-value");n("event","feedback",{page:t,data:e}),a.firstElementChild.disabled=!0;e=a.querySelector(".md-feedback__note [data-md-value='"+e+"']");e&&(e.hidden=!1)}),a.hidden=!1}"undefined"!=typeof location$&&location$.subscribe(function(e){n("config","G-5MCTNVFD93",{page_path:e.pathname})})});var e=document.createElement("script");e.async=!0,e.src="https://www.googletagmanager.com/gtag/js?id=G-5MCTNVFD93",document.getElementById("__analytics").insertAdjacentElement("afterEnd",e)}</script>
<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>
<noscript><meta http-equiv="Refresh" content="0; URL=noscript.html" /></noscript>
<style>
body {
background-image: url("res/png/bg.png");
}
</style>
</head>
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="red" data-md-color-accent="red">
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
<div class="md-container" data-md-component="container">
<main class="md-main" data-md-component="main">
<div class="md-main__inner md-grid">
<div class="md-content" data-md-component="content">
<div id="eee" class="top">
<p class="hi">WELCOME TO MINECRAFT COMMUNE</p>
</div><article class="md-content__inner md-typeset">
<a class="md-button md-button--primary text-align-center element-align-center" href="home.html">EXPLORE</a>
</article>
</div>
</div>
</main>
</div>
<script>if(window.location.host!=''&&"undefined"==typeof window.parent.window.__md_check){window.location="index.html";}</script>
<script src="res/js/bundle.9c69f0bc.min.js"></script>
</body>
</html>