We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dea91c commit ffcaea4Copy full SHA for ffcaea4
src/popup.html
@@ -19,8 +19,8 @@ <h1 class="text-xl font-bold">Moodle Calendar</h1>
19
</button>
20
<pre id="result" class="text-sm whitespace-pre-wrap"></pre>
21
<div>This tool help you to export your Moodle calendar events to a .ics file.</div>
22
-
+
23
<!-- Use type="module" for ES module support -->
24
<script type="module" src="./js/popup.js"></script>
25
</body>
26
-</html>
+</html>
0 commit comments