chore: 添加第三方依赖库
This commit is contained in:
3
thirdparty/rapier.js/testbed2d/static/.htaccess
vendored
Normal file
3
thirdparty/rapier.js/testbed2d/static/.htaccess
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{SERVER_PORT} 80
|
||||
RewriteRule ^(.*)$ https://www.rapier.rs/$1 [R,L]
|
||||
18
thirdparty/rapier.js/testbed2d/static/index.html
vendored
Normal file
18
thirdparty/rapier.js/testbed2d/static/index.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user