18 lines
473 B
HTML
18 lines
473 B
HTML
<!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> |