-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlessons.html
More file actions
23 lines (20 loc) · 841 Bytes
/
lessons.html
File metadata and controls
23 lines (20 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<base href="./" />
<meta charset="utf-8" />
<title>WebGPU Fundamentals</title>
<meta name="author" content="Ustym Ukhman" />
<meta name="keywords" content="webgpu,fundamentals,lessons" />
<meta name="description" content="WebGPU Fundamentals Lessons" />
<script src="https://muigui.org/dist/0.x/muigui.min.js"></script>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/assets/css/preview.css" type="text/css" />
</head>
<body>
<canvas id="lesson"></canvas>
<button id="code" type="button" role="button" class="rounded"></></button>
<script type="module" src="src/lessons/index.js"></script>
</body>
</html>