Skip to content

Commit

Permalink
Autocopied from static/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
twinbase-bot committed Aug 23, 2023
1 parent 6043aaf commit c47de67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/e8f97590-8cd8-430c-8fa9-d2d6815935fb/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<script>
fetch ("../static/dt-page.html")
.then(fileobj => fileobj.text())
.then(text => document.write(text));
</script>
</body>
</html>

0 comments on commit c47de67

Please sign in to comment.