This repository has been archived on 2024-07-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Original-Bds-Maneger-GUI/pages/index.html
T
2020-10-14 15:18:26 -03:00

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>