UNPKG

@dbp-toolkit/common

Version:
17 lines (16 loc) 316 B
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="module" src="demo.js"></script> <style> body { font-family: sans; } </style> </head> <body> <dbp-common-demo></dbp-common-demo> </body> </html>