15 lines
320 B
HTML
15 lines
320 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WebGPU</title>
|
|
<style>
|
|
</style>
|
|
<script src="index.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<canvas width="256" height="256"></canvas>
|
|
</body>
|
|
</html>
|