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

34 lines
761 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">
<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 {
margin: 0;
background: black;
}
.radix-themes {
--default-font-family: "";
--heading-font-family: "";
--code-font-family: "";
--strong-font-family: "";
--em-font-family: "";
--quote-font-family: "";
}
</style>
<script src="src/test-prebuilt.tsx" type="module" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>