Files
esengine/thirdparty/rapier.js/testbed2d/static/index.html

19 lines
360 B
HTML
Raw Normal View History

2025-12-03 16:24:08 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Rapier2D JS bindings demo</title>
<style>
body {
margin: 0;
}
canvas {
display: block;
}
</style>
</head>
<body>
<script src="index.js"></script>
</body>
</html>