mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
10 lines
131 B
HTML
10 lines
131 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script src="/bin/gpu.js"></script>
|
|
<script src="test.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|