2013-04-30 23:02:19 +00:00
<!DOCTYPE html>
< html manifest = "cache.manifest" >
< head >
< title > StackEdit Viewer< / title >
2013-07-29 00:03:19 +00:00
< link rel = "canonical"
href="http://benweet.github.io/stackedit/viewer.html">
2013-09-15 14:14:42 +00:00
< link rel = "icon" href = "res-min/img/stackedit-32.ico" type = "image/x-icon" >
< link rel = "shortcut icon" href = "res-min/img/stackedit-32.ico"
2013-04-30 23:02:19 +00:00
type="image/x-icon">
< meta name = "description"
content="StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
< meta name = "author" content = "Benoit Schweblin" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2013-05-18 13:42:40 +00:00
< meta name = "msvalidate.01" content = "5E47EE6F67B069C17E3CDD418351A612" / >
2013-04-30 23:02:19 +00:00
< script >
2013-08-21 00:16:10 +00:00
// Use http://.../?debug to serve original JavaScript files instead of minified
2013-08-26 04:58:18 +00:00
var baseDir = 'res';
2013-09-12 23:25:25 +00:00
if(!/(\?|& )debug($|& )/.test(location.search)) {
2013-08-25 21:23:08 +00:00
baseDir += '-min';
2013-07-29 00:03:19 +00:00
}
var require = {
2013-08-25 21:23:08 +00:00
baseUrl: baseDir,
2013-07-29 00:03:19 +00:00
deps: [
2013-08-25 21:23:08 +00:00
'main'
2013-07-29 00:03:19 +00:00
]
};
2013-04-30 23:02:19 +00:00
< / script >
2013-08-30 22:45:29 +00:00
< script src = "res-min/require.js" > < / script >
2013-04-30 23:02:19 +00:00
< / head >
< body class = "viewer" >
< / body >
< / html >