factorio-server-manager/app/index.html
2020-11-23 18:51:30 +01:00

19 lines
634 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Factorio Server Manager</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body class="bg-black">
<div id="app"></div>
<div id="modal-root"></div>
<!-- Main application -->
<script src="./bundle.js"></script>
</body>
</html>