Browse Source

fix script tag

pages
bat 3 years ago
parent
commit
84bf874fda
  1. 2
      index.html

2
index.html

@ -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