Good point to make a commit
This commit is contained in:
18
demo/index.html
Normal file
18
demo/index.html
Normal 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>
|
Reference in New Issue
Block a user