2016-04-19 19:55:21 +02:00
|
|
|
<!doctype html>
|
2018-08-06 21:53:32 +02:00
|
|
|
<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">
|
2016-04-19 19:55:21 +02:00
|
|
|
|
2020-08-22 20:36:21 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
2018-08-06 21:53:32 +02:00
|
|
|
</head>
|
2020-11-23 19:51:30 +02:00
|
|
|
<body class="bg-black">
|
2018-08-06 21:53:32 +02:00
|
|
|
<div id="app"></div>
|
2020-10-11 19:06:51 +02:00
|
|
|
<div id="modal-root"></div>
|
2018-08-06 21:53:32 +02:00
|
|
|
<!-- Main application -->
|
|
|
|
<script src="./bundle.js"></script>
|
|
|
|
</body>
|
2016-04-19 19:55:21 +02:00
|
|
|
</html>
|