Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsSpru authored Aug 11, 2024
1 parent 78ae9a9 commit 279e804
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions appleslicesmp/start.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=yes">
<title>SMP</title>
<link rel="stylesheet" href="csss/style.css">
<link rel="icon" type="image/jpg" href="img/grass blokc.png">
<meta property="og:title"
content="Apple Slice SMP"/>
<meta property="og:description"
content="The Website for MartinsSpru1's Minecraft Server"/>
<meta property="og:image"
content="img/favicon.jpg"/>
<meta property="og:url"
content="martinsspru.com/appleslicesmp/home"/>
</head>
<body>

<div>
<div>
<div class="container">
<img src="img/top.jpg" class="containerimgtop">
<div class="centered">Apple Slice SMP</div>
</div>
</div>
</div>
<nav class="navbar">
<ul>
<li><a href="home">Home</a></li>
<li><a href="rulesslector">Rules</a></li>
<li><a href="http://appleslicesmp.access.ly:8123/" target="_blank">Map</a></li>
<li><a href="wikiandguides">Wiki & Guides</a></li>
</ul>
</nav>

<main>
<div class="projectscontainercss">
<h3>How to start playing</h3>
<ol>
<li>Go to the discord server and dm the owner asking to be given the mc role</li>
<li>Go to the discord server and either type your user name in the whitelist channel or dm the owner</li>
<li>After your whitelisted join the server with the ip on the discord</li>
<li>Type /register Yourpassword , in the future you whould just write /login Yourpassword if you forget it dm the owner</li>
<li>Now go and explore the world, please dont build super close to spawn</li>
</ol>
</div>

</div>
</div>
</main>
<!--The code for the footer DONT DELETE-->
<div class="footer">
<p>This is a Website within a Website, <a href="https://martinsspru.com/">Click me to go Back!</a></p>
</div>
<!--The code for the footer DONT DELETE-->


</body>
</html>
2 changes: 1 addition & 1 deletion appleslicesmp/wikiandguides.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<main>
<div class="rulewikiguideselector">
<div class="rulewikiguideselector-item"><a href="">Getting Started</a></div>
<div class="rulewikiguideselector-item"><a href="start">Getting Started</a></div>
<div class="rulewikiguideselector-item"><a href="">Money</a></div>
<div class="rulewikiguideselector-item"><a href="">Upgradeable Furnaces</a></div>
<div class="rulewikiguideselector-item"><a href="brewery">Brewery</a></div>
Expand Down

0 comments on commit 279e804

Please sign in to comment.