zotero-better-notes/addon/chrome/content/docxExport.html

12 lines
269 B
HTML

<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<script
src="chrome://__addonRef__/content/scripts/docxWorker.js"
type="application/javascript"
></script>
</head>
<body></body>
</html>