forked from whimet/confluence-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 759 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<title>Demo confluence-plugin</title>
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css">
<script type="text/javascript">
window.split = true;
</script>
</head>
<body style="height: 100vh;">
<script>
</script>
<h1>Demo</h1>
<p>This page is used for <code>yarn serve</code> and local testing with <code>yarn build</code>.</p>
<div id="app"></div>
</body>
<script type="module" src="src/main.ts"></script>
</html>