add bundle and html file to view build
parent
a6fa58c2c6
commit
9577b22c20
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…
Reference in New Issue