Updating index HTML
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Index</title>
|
<title>Index</title>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import * as quill from 'quill.js';
|
import * as quill from './Quill/quill.js';
|
||||||
window.quill = {};
|
window.quill = {};
|
||||||
Object.entries(quill).forEach(([name, exported]) => window.quill[name] = exported);
|
Object.entries(quill).forEach(([name, exported]) => window[name] = exported);
|
||||||
</script>
|
</script>
|
||||||
|
<script type="module" src="index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<script type="module" src="index.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user