UNPKG

cep-bundler-core

Version:

Core functionality for making bundler extensions to compile CEP

13 lines 228 B
export default ({ title = 'CEP Panel', href }) => { return `<!DOCTYPE html> <html> <head> <title>${title}</title> </head> <body> <script> window.location.href = "${href}"; </script> </body> </html>` }