-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.34 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/node_modules/@brightspace-ui/core/components/demo/styles.css" type="text/css">
<script type="module">
import '@brightspace-ui/core/components/colors/colors.js';
import '@brightspace-ui/core/components/typography/typography.js';
</script>
<title>html2pdf.js Demos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<style>
body {
padding: 0 30px;
}
</style>
</head>
<body class="d2l-typography">
<h1 class="d2l-heading-2">html2pdf.js Demos</h1>
<h2 class="d2l-heading-3">Manual testing</h2>
<ul>
<li><a href="../test/manual/launcher.html">html2pdf.js Launcher</a></li>
<li><a href="../test/manual/pagebreaks.html">Pagebreaks</a></li>
<li><a href="../test/manual/template.html">Template</a></li>
<li><a href="../test/manual/version-tester/">Version Tester</a></li>
</ul>
<h2 class="d2l-heading-3">Test harness demos (requires local serving with `npm start`)</h2>
<ul>
<li><a href="./all-tags.html">All tags</a></li>
<li><a href="./blank.html">Blank</a></li>
<li><a href="./css-selectors.html">CSS selectors</a></li>
<li><a href="./lorem-ipsum.html">Lorem ipsum</a></li>
<li><a href="./pagebreaks.html">Pagebreaks</a></li>
</ul>
</body>