prsm/packages/ngn/public/index.html
nvms 6e063101cc feat(input): improve safety check of button assignment
feat(time scale): adjust time scale logic, add rawDelta
fix(migrateEntityId): update $ceMap on entity id change
chore(tests): update tests
chore(README): update readme to reflect these new changes
2025-03-27 17:50:10 -04:00

25 lines
487 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>esr</title>
<style>
#accel {
position: absolute;
top: 200px;
left: 0;
z-index: 100;
color: red;
}
</style>
</head>
<body>
<div id="app"></div>
<div id="accel"></div>
<script src="demo.js" type="module"></script>
{{ livereload }}
</body>
</html>