Mike0021's picture
Fix Kimi FPS scope open periphery 871c1ad
8b74335 verified
Raw
History Blame Contribute Delete
495 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Kimi FPS</title>
<style>
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background: #000; }
#app { position: fixed; inset: 0; }
canvas { display: block; }
</style>
<script type="module" crossorigin src="/assets/index-BlRe0ssH.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>