2020-10-11 19:06:51 +02:00

19 lines
678 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="hold-transition skin-blue sidebar-mini layout-fixed ">
<div id="app"></div>
<div id="modal-root"></div>
<!-- Main application -->
<script src="./bundle.js"></script>
</body>
</html>