UNPKG

win10-rocks

Version:

Build apps for Win10 using the winjs-rocks MVVM architecture

17 lines (13 loc) 335 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Splash View</title> <link href="view.css" media="all" rel="stylesheet" /> </head> <body> <div class="fragment splash"> <span data-win-control="WinJS.UI.HtmlControl" data-win-options="{uri: '/controls/loading/control.html' }"></span> </div> </body> </html>