Skip to content

Instantly share code, notes, and snippets.

View petertakacs's full-sized avatar

Peter Takacs petertakacs

View GitHub Profile
@petertakacs
petertakacs / default.html
Last active December 15, 2015 21:59
Extended Splashscreen implementation for Windows Store application
<!DOCTYPE html>
<html>
<head>
<title>ExtendedSplashScreen Sample</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>