src/widgets/markdown/index.html (
10
lines of code) (
raw
):
<!doctype html> <html> <head> <link rel="stylesheet" href="app.css"> </head> <body> <div id="root"></div> <script type="module" src="index.tsx"></script> </body> </html>