UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

18 lines (17 loc) 537 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>{{project}}</title> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="css/style.css" /> <script src="modules.js"></script> <script src="services.js"></script> <script src="script.js"></script> </head> <body onload="init()"> <nav id="services"></nav> <nav id="modules"></nav> <div id="body"></div> </body> </html>