mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 08:00:53 +00:00
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
25 lines
487 B
HTML
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>
|
|
|