UNPKG

aurelia-aire

Version:
17 lines (16 loc) 373 B
<!DOCTYPE html> <html> <head> <title>Aurelia</title> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body aurelia-app="aire/main"> </body> <footer> <script src="jspm_packages/system.js"></script> <script src="jspm.config.js"></script> <script> System.import('aurelia-bootstrapper'); </script> </footer> </html>