TheFistBdsManeger/html-files/index.html
2020-08-04 20:21:45 -03:00

22 lines
425 B
HTML
Executable File

<html>
<head>
<title>Add Server | MAINSERVERNAME</title>
</head>
<style>
*{
text-align: center;
background-color: white;
}
h3{
color: blue;
}
</style>
<body>
<main>
<p><h3>MAINSERVERNAME</h3></p>
<br>
<a href="minecraft://?addExternalServer=ENDEREÇODOSERVIDOROUIP|ENDEREÇODOSERVIDOROUIP:PORTASERVER">MAINSERVERNAME</a>
</main>
</body>
</html>