We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2ed34 commit 2f8fec3Copy full SHA for 2f8fec3
1 file changed
index.html
@@ -163,15 +163,14 @@ <h3 class="text-xl mb-4 text-primary dark:text-indigo-400 font-semibold">How to
163
</ol>
164
</div>
165
166
+ <div id="toast"></div>
167
</main>
168
169
<footer class="text-center mt-16 pt-8 border-t border-slate-300 dark:border-slate-700 text-slate-600 dark:text-slate-400">
170
<p>Made with ❤️ to simplify working with SVGs</p>
171
</footer>
172
173
- <div id="toast"></div>
174
-
175
<script type="module" src="/src/main.js"></script>
176
</body>
177
</html>
0 commit comments