-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.html
More file actions
41 lines (34 loc) · 1.37 KB
/
examples.html
File metadata and controls
41 lines (34 loc) · 1.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<base href="./" />
<meta charset="utf-8" />
<title>UWAL Examples</title>
<meta name="author" content="Ustym Ukhman" />
<meta name="keywords" content="uwal,library,examples" />
<meta name="description" content="UWAL Library Examples" />
<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" />
<link rel="stylesheet" href="/assets/css/examples.css" type="text/css" />
</head>
<body>
<aside class="examples">
<div class="content">
<a title="UWAL" href="https://github.com/UstymUkhman/uwal" target="_blank">
<img alt="UWAL" src="assets/favicon.svg" width="32" height="32" />
<h1 class="title">UWAL</h1>
</a>
<h2 class="subtitle">Examples</h2>
<ul id="examples"></ul>
<h2 class="subtitle">Demos</h2>
<ul id="demos"></ul>
</div>
</aside>
<canvas id="preview"></canvas>
<iframe id="demo" title="Demo"></iframe>
<button id="list" type="button" role="button" class="rounded"></button>
<button id="code" type="button" role="button" class="rounded hidden"></></button>
<script type="module" src="src/examples/index.js"></script>
</body>
</html>