UNPKG

keet

Version:

Minimalist view layer for the web

12 lines 291 B
<!doctype html> <html lang="en" data-framework="keetjs"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Keet.js</title> </head> <body> <div id="app"></div> <script src="keet-min.js"></script> </body> </html>