mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Remove test files that stuck around on accident (#1226)
This commit is contained in:
20
test.html
20
test.html
@@ -1,20 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="module">
|
||||
import { default as init } from './window.js';
|
||||
|
||||
async function run() {
|
||||
console.log("Loading");
|
||||
await init('./window_bg.wasm');
|
||||
console.log("Loaded");
|
||||
}
|
||||
|
||||
run();
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<canvas id="test_canvas"></canvas>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user