--- /dev/null
+<!DOCTYPE html>
+<html lang="$lang">
+<head>
+ <meta charset="UTF-8">
+ <title>$title</title>
+ <meta name="description" content="$description">
+ <meta property="og:title" content="$title"/>
+ <meta property="og:image" content="$imageurl"/>
+ <meta property="og:image:width" content="$imagewidth"/>
+ <meta property="og:image:height" content="$imageheight"/>
+ <meta name="twitter:title" content="$title">
+ <meta name="twitter:description" content="$description">
+ <meta name="twitter:image" content="$imageurl">
+ <meta name="twitter:site" content="@Fluidbook">
+ <meta name="twitter:card" content="summary_large_image">
+</head>
+<body>
+<script>
+ var redirect;
+ if (window.matchMedia('(min-device-width: 640px) and (min-device-height: 640px)').matches) {
+ redirect = 'd';
+ } else {
+ redirect = 'mf';
+ }
+ window.location = '../../'+redirect+'/index.html$page';
+</script>
+$content
+</body>
+</html>
\ No newline at end of file