UNPKG

@the-grid/ed-userhtml

Version:
25 lines 520 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>demo ed-userhtml</title> <style> html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; line-height: 1.25; } </style> </head> <body> <div id="userhtml">loading...</div> <script src="./dist/index.js"></script> </body> </html>