mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
15 lines
334 B
HTML
15 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>QUnit Hello World Example</title>
|
|
<link rel="stylesheet" href="../lib/qunit-1.20.0.css">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../lib/qunit-1.20.0.js"></script>
|
|
<script src="../src/hello-world.js"></script>
|
|
</body>
|
|
</html>
|