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