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

20 lines
510 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;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>