-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathblank.html
More file actions
26 lines (25 loc) · 772 Bytes
/
blank.html
File metadata and controls
26 lines (25 loc) · 772 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="/node_modules/@brightspace-ui/core/components/demo/styles.css" type="text/css">
<script type="module">
import '@brightspace-ui/core/components/demo/demo-page.js';
import '../test/util/test-harness.js';
</script>
</head>
<body unresolved>
<d2l-demo-page page-title="html2pdf.js - Blank">
<h2>Blank page: default</h2>
<d2l-demo-snippet>
<template>
<test-harness
controls
file="blank"
></test-harness>
</template>
</d2l-demo-snippet>
</d2l-demo-page>
</body>
</html>