tmerclub-slipper/index.html
2025-03-20 13:46:26 +08:00

17 lines
407 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="renderer" content="webkit">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script>
// eslint-disable-next-line no-console
console.log('mall4j.v240115')
</script>
</body>
</html>