-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (37 loc) · 2.2 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About - School SMP</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About SMP</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="login.html">Login</a> / <a href="signup.html">Signup</a></li>
</ul>
</nav>
<footer>
<p>© 2025 School SMP. All rights reserved.</p>
<p>Powered by School SMP</p>
</footer>
<main>
<h1>About Our School SMP</h1>
<p>
Welcome to the official SMP (Survival Multiplayer) server for our school community! 🎓<br><br>
Our SMP is a fun and safe place for students to play Minecraft together. The server is available for both **Minecraft Java and Bedrock editions**, so everyone can join regardless of the platform they’re using. Whether you like building, surviving, exploring, or collaborating with friends, this server is perfect for you.<br><br>
The idea of the School SMP was started by students who wanted to build something fun outside of the classroom — and now it's grown into a place where we can all hang out after school, work on epic builds, and enjoy survival gameplay together.<br><br>
This SMP is strictly moderated and follows school-appropriate rules. Our goal is to make sure everyone has a good time, stays respectful, and builds awesome things in the Minecraft world. We also host **events, challenges, and building contests** every now and then, so stay tuned for updates!<br><br>
To join the SMP, check out our <a href="rules.html">Rules & How to Join</a> page for the server IP and instructions.<br><br>
For questions or issues, feel free to reach out to our admin team using your school email that starts with <strong>@ssdedu.org</strong>, or use the <a href="contact.html">Contact</a> page to send us a message. See you in the game! 🧱🌍
</p>
</main>
<script defer src="auth.js"></script>
</body>
</html>