-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwpbc.html
More file actions
25 lines (22 loc) · 901 Bytes
/
wpbc.html
File metadata and controls
25 lines (22 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en-NZ" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/print.css" media="print">
<link rel="stylesheet" href="/src/print-preview.css">
<link rel="manifest" href="/manifest.json">
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#ffd700">
<meta property="og:type" content="website">
<meta property="og:url" content="https://patchcanvas.net/">
<meta property="og:title" content="PatchCanvas">
<meta property="og:description" content="A easy graph-based documentation app">
<meta name="description" content="A simple graph-based documentation app" />
<title>(WPBC) PatchCanvas</title>
</head>
<body>
<script type="module" src="/src/wpbc.ts"></script>
</body>
</html>