mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +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>
|