mirror of
https://github.com/pissang/claygl.git
synced 2026-01-18 16:22:29 +00:00
16 lines
302 B
HTML
16 lines
302 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>SSR Composite</title>
|
|
</head>
|
|
<body style="margin: 0px">
|
|
<style>
|
|
#main {
|
|
background: #000;
|
|
}
|
|
</style>
|
|
<canvas id="main"></canvas>
|
|
<script type="module" src="./composite_ssr2.ts"></script>
|
|
</body>
|
|
</html>
|