UNPKG

gulp-appx

Version:

Gulp build system for Windows 10 Apps

15 lines (13 loc) 277 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <Title>Hosted App Starter</title> <link rel="stylesheet" href="app.css" /> </head> <body> <h1>Title Goes Here!</h1> <div id="content"></div> <script src="main.js"></script> </body> </html>