Add DocsGPTWidget embedding support for HTML

This commit is contained in:
ilyasosman
2024-05-19 22:08:18 +03:00
parent 6753b55160
commit d8720d0849
5 changed files with 360 additions and 32 deletions

View File

@@ -9,5 +9,11 @@
<body>
<div id="app"></div>
<script type="module" src="main.tsx"></script>
<script type="module" src="../dist/main.js"></script>
<script type="module">
window.onload = function() {
renderDocsGPTWidget('app');
}
</script>
</body>
</html>