2023-06-27 15:53:29 +08:00
|
|
|
<!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>
|
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">
|
2023-06-27 15:53:29 +08:00
|
|
|
<div id='app'></div>
|
|
|
|
<script src='./src/main.js' type='module'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|