Metro Apps with HMTL5: Listing 1.
The default HTML page, with no additions.
- By Michael Crump
- 09/01/2012
<!DOCTYPE html >
<html >
<head >
<meta charset="utf-8" / >
<title >VSMagJS </title >
<!-- WinJS references -- >
<link href="//Microsoft.WinJS.1.0.RC/css/ui-dark.css" rel="stylesheet" / >
<script src="//Microsoft.WinJS.1.0.RC/js/base.js" > </script >
<script src="//Microsoft.WinJS.1.0.RC/js/ui.js" > </script >
<!-- VSMagJS references -- >
<link href="/css/default.css" rel="stylesheet" / >
<script src="/js/default.js" > </script >
</head >
<body >
<p >Content goes here </p >
</body >
</html >
About the Author
Michael Crump is a product manager that works at Microsoft on the Azure platform. He is a is a developer, blogger and speaker of topics relating to cloud development. He’s passionate about helping developers understand the benefits of the cloud in a no-nonsense way. You can reach him on Twitter at mbcrump or by following his blog at michaelcrump.net.