60 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en-US">
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="author" content="Aleksei Savin" />
 | |
|     <meta name="description" content="Minecraft server information." />
 | |
|     <meta name="viewport" content="width=device-width" />
 | |
|     <title>Minecraft Server</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <main>
 | |
|       <h1>Minecraft Server</h1>
 | |
| 
 | |
|       <p>
 | |
|         The server is located in the Russia (Rostov region) and is open to all
 | |
|         interested players.
 | |
|       </p>
 | |
| 
 | |
|       <h2>Join Now</h2>
 | |
| 
 | |
|       <p>
 | |
|         To add a player to the
 | |
|         <a href="https://minecraft.wiki/w/Server#Whitelist">whitelist</a>,
 | |
|         please send an email:
 | |
|       </p>
 | |
| 
 | |
|       <ul>
 | |
|         <li>
 | |
|           Use the subject line: "<a
 | |
|             href="mailto:minecraft@lessavin.ru?subject=join-request"
 | |
|             >join-request</a
 | |
|           >".
 | |
|         </li>
 | |
|         <li>
 | |
|           In the body of the email, specify the desired nickname(s) to join.
 | |
|         </li>
 | |
|         <li>The rest of the content is up to you.</li>
 | |
|       </ul>
 | |
| 
 | |
|       <p>
 | |
|         Send your request to the email address provided in the
 | |
|         <a href="#contact">contact section</a>. You will receive a response
 | |
|         within 2 days.
 | |
|       </p>
 | |
| 
 | |
|       <p>
 | |
|         Please use your real email address, as all server updates, including the
 | |
|         IP address needed to connect, will be sent there.
 | |
|       </p>
 | |
| 
 | |
|       <h2 id="contact">Contact</h2>
 | |
| 
 | |
|       <p>
 | |
|         For any questions, complaints, or suggestions related to the server,
 | |
|         please email:
 | |
|         <a href="mailto:minecraft@lessavin.ru">minecraft@lessavin.ru</a>.
 | |
|       </p>
 | |
|     </main>
 | |
|   </body>
 | |
| </html>
 |