2023-06-27 15:53:29 +08:00
|
|
|
<!DOCTYPE html>
|
2024-01-26 00:07:25 +08:00
|
|
|
<html lang="en">
|
2023-06-27 15:53:29 +08:00
|
|
|
<head>
|
2024-01-26 00:07:25 +08:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
2023-06-27 15:53:29 +08:00
|
|
|
<title>Tiny RDM</title>
|
2023-08-02 17:13:03 +08:00
|
|
|
<!-- <link href="./src/styles/style.scss" rel="stylesheet">-->
|
2023-06-27 15:53:29 +08:00
|
|
|
</head>
|
2023-12-16 00:20:16 +08:00
|
|
|
<body spellcheck="false">
|
2024-01-26 00:07:25 +08:00
|
|
|
<div id="app"></div>
|
|
|
|
<script async data-website-id="ad6de51d-1e27-44a5-958d-319679c56aec"
|
|
|
|
src="https://analytics.tinycraft.cc/script.js"></script>
|
|
|
|
<script src="./src/main.js" type="module"></script>
|
2023-06-27 15:53:29 +08:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|