Merge pull request 'add bundle and html file to view build' (#7) from bundle into pages

Reviewed-on: https://codeberg.org/macchiato/editor-lib-codemirror/pulls/7
pages
bat 3 years ago
commit 29677833af

File diff suppressed because one or more lines are too long

@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<title>CodeMirror Build</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="default-src unpkg.com 'self' 'unsafe-inline' 'unsafe-eval'">
<link rel="stylesheet" href="/editor-lib-codemirror/style.css">
</head>
<body>
<script src="/editor-lib-codemirror/app.js">
</body>
</html>
Loading…
Cancel
Save