Files
QZMusic_PC/amll-local/packages/playground/core/index.html

19 lines
408 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AMLL Playground</title>
<style>
:root {
background-color: light-dark(#fafafa, #18181b);
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>