Archived
25 lines
686 B
HTML
25 lines
686 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<title>Minecraft Bedrock Server Manger</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
|
|
<script src='main.js'></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="main_root">
|
|
<a href="teste.html">Testes</a>
|
|
</div>
|
|
|
|
<a href="bds-status/index.html">Minecraft Server Status Load system</a>
|
|
<p>
|
|
<a href="bds-give/index.html">Give Itens</a>
|
|
</p>
|
|
<p>
|
|
<a href="bds-config/index.html">Set Config Server</a>
|
|
</p>
|
|
</body>
|
|
</html> |