UNPKG

allume

Version:

A cross-platform package bootloader for javascript.

20 lines (18 loc) 1.09 kB
<!DOCTYPE html> <html lang="en" data-allume="no-javascript" data-allume-notify="" data-allume-boot-status="allume-init" data-allume-boot-progress="" data-allume-boot-time="" manifest="bin/offline.appcache"> <head> <meta charset="UTF-8"> <title>allume | bootloader</title> <base href="bin/" target="_blank"> <script> // clear no javascript message document.documentElement.attributes["data-allume"].value = ""; </script> <link rel="stylesheet" href="../res/allume-dark.css"> <link rel="stylesheet" href="../res/allume-dark-progress.css"> </head> <body data-allume-boot-message="Initializing..." data-allume-boot-error-name="error-javascript" data-allume-boot-error-message="Your browser does not support javascript, or has it disabled. Unfortunately this application can't run without it. If you wish to run this app, you must either enable javascript in this browser, or use another browser that does support it."> <script src="allume.js"></script> </body> </html>