2 changed files with 25331 additions and 0 deletions
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