mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-24 05:17:24 +02:00
20 lines
700 B
HTML
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>
|