1
0
mirror of https://github.com/tiny-craft/tiny-rdm.git synced 2025-04-08 14:28:05 +08:00
2023-12-16 00:33:35 +08:00

15 lines
368 B
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<title>Tiny RDM</title>
<!-- <link href="./src/styles/style.scss" rel="stylesheet">-->
</head>
<body spellcheck="false">
<div id='app'></div>
<script src='./src/main.js' type='module'></script>
</body>
</html>