poi-plugin-leveling
Version:
Ship Leveling Planner
19 lines (18 loc) • 438 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Leveling</title>
<link rel="stylesheet" id="bootstrap-css">
<link rel="stylesheet" id="fontawesome-css">
<link rel="stylesheet" href="./assets/leveling.css">
<link rel="stylesheet" id="custom-css">
</head>
<body>
<div id="content-root" />
<script>
require("./env-loader.js");
require("./entry");
</script>
</body>
</html>