Files
QZMusic_PC-pre/amll-local/packages/playground/react/index.html

25 lines
641 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>AMLL React Wrapper Test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="src/test.tsx" type="module" defer></script>
<style>
:root {
font-family:
-apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
background: #222;
margin: 0;
}
</style>
</head>
<body style="height: 100vh; overflow: hidden;">
<div id="root" style="height: 100vh; overflow: hidden;"></div>
</body>
</html>