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/node-assents/index.html
T
2020-10-14 15:18:26 -03:00

16 lines
602 B
HTML

<!DOCTYPE html>
<base href="./">
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Minecraft Bedrock Server Maneger GUI </title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='https://sirherobrine23.org/assets/css/main.css'>
<link rel='stylesheet' type='text/css' media='screen' href='https://sirherobrine23.org/assets/css/theme.css'>
<script src='main.js'></script>
</head>
<body>
<a href="../pages/index.html">Redirect</a>
</body>
</html>