69 lines
2.6 KiB
HTML
69 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<!-- Basic Page Needs -->
|
||
<meta charset="utf-8" />
|
||
<title>SEPPJM.COM | Join World</title>
|
||
<meta name="description" content="World | SeppJM.com" />
|
||
<meta name="author" content="Sepp -seppdroid- Jeremiah Morris" />
|
||
|
||
<!-- Mobile Specific Metas -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<!-- FONT -->
|
||
<link href="//sjm.cdn.prutzel.com/fonts/crn/font.css" rel="stylesheet" type="text/css" />
|
||
|
||
<!-- CSS -->
|
||
<link rel="stylesheet" href="//sjm.cdn.prutzel.com/css/normalize.css" />
|
||
<link rel="stylesheet" href="//sjm.cdn.prutzel.com/css/skeleton.css" />
|
||
<link rel="stylesheet" href="//sjm.cdn.prutzel.com/fonts/font-awesome-4.7.0/css/font-awesome.min.css" />
|
||
|
||
<!-- Favicon -->
|
||
<link rel="icon" type="image/png" href="//sjm.cdn.prutzel.com/images/favicon.png" />
|
||
</head>
|
||
|
||
<body>
|
||
<div class="container">
|
||
<!-- Primary Page Layout
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<div class="row">
|
||
<div class="column" style="margin-top: 17%">
|
||
<center><h3>Join World</h3></center>
|
||
<center><p>Let's start</p></center>
|
||
<br>
|
||
<center>
|
||
<a class="button" href="#Join" id="join-btn">Join</a>
|
||
<a class="button" href="#Spectate" id="spectate-btn">Spectate</a>
|
||
<br>
|
||
<br>
|
||
<a class="button" href="https://git.seppjm.com/seppdroid/world-seppjm" id="src-code-btn">Source Code</a>
|
||
<a class="button" href="https://git.seppjm.com/seppdroid/world-seppjm/releases" id="client-btn">Download Client</a>
|
||
<a class="button" href="steam://rungameid/3379200" id="devbox-btn">Start in DiodeMatrix DEVBOX</a>
|
||
<br>
|
||
<br>
|
||
<a class="button" href="https://seppjm.com" id="back-btn">Back to SEPPJM.COM</a>
|
||
</center><br>
|
||
<center><p>---</p></center><br>
|
||
<center><p>Special thanks & credits to <a href="https://www.patreon.com/McPatoo">McDuck</a> for the PSX Scene and <a href="https://senko.dev/">SENKO</a> for the song.</p></center>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- JS -->
|
||
<script async src="https://unpkg.com/es-module-shims@1.10.0/dist/es-module-shims.js"></script>
|
||
|
||
<!-- Import map for three.js -->
|
||
<script type="importmap">
|
||
{
|
||
"imports": {
|
||
"three": "https://unpkg.com/three@0.160.0/build/three.module.js",
|
||
"three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/"
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<!-- Player mode overlay -->
|
||
<script type="module" src="/3js/world.js"></script>
|
||
</body>
|
||
</html>
|