2018-08-29 05:08:55 +02:00

20 lines
700 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>
<link rel="icon" type="image/png" href="./images/favicon.ico">
<!-- 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">
<div id="app"></div>
<!-- Main application -->
<script src="./bundle.js"></script>
</body>
</html>