-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78ae9a9
commit 279e804
Showing
2 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters