Good point to make a commit

This commit is contained in:
2025-07-06 19:03:59 +02:00
parent 365143c7db
commit 2895b917fc
16 changed files with 18636 additions and 39 deletions

18
demo/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>tp-rich-text-box demo</title>
<script type="module" src="./dist/the-app.js"></script>
<style>
html, body {
background-color: black;
color: white;
}
</style>
</head>
<body>
<the-app></the-app>
<script src="http://localhost:35729/livereload.js" type="text/javascript"></script></body></html>