-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 677 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=home" />
<title>q5</title>
<link rel="icon" href="/q5js_logo.avif">
<link rel="stylesheet" href="index.css">
<meta name="description" content="Beginner friendly graphics powered by WebGPU, optimized for interactive art!">
<meta property="og:title" content="q5.js">
<meta property="og:type" content="website">
<meta property="og:url" content="https://q5js.org">
<meta property="og:image" content="q5js_logo.avif">
<meta property="og:description"
content="Beginner friendly graphics powered by WebGPU, optimized for interactive art!">
</head>
<body> </body>
</html>