chimera-mark2-core-release/index.php

17 lines
571 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Chimera Fox</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Chimera Fox Mark2">
<link rel="stylesheet" href="/static/theme/core/main.css">
<script src="/static/js/core/jquery.min.js"></script>
<script src="/static/js/core/jquery-ui.min.js"></script>
<script src="/static/js/core/jquery.datetimepicker.full.min.js"></script>
<script src="/static/js/core/fox-common.js"></script>
<script type="module" src="/static/js/core/main.js"></script>
</head>
<body></body>
</html>