Merge pull request 'fix script tag' (#8) from fix-script-tag into pages

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

@ -7,6 +7,6 @@
<link rel="stylesheet" href="/editor-lib-codemirror/style.css"> <link rel="stylesheet" href="/editor-lib-codemirror/style.css">
</head> </head>
<body> <body>
<script src="/editor-lib-codemirror/app.js"> <script src="/editor-lib-codemirror/app.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save