mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-31 03:11:17 +02:00
19 lines
634 B
HTML
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>
|