Created
April 23, 2014 04:03
-
-
Save anonymous/11202406 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=1024" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<title>impress.js</title> | |
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" /> | |
<link href="/assets/css/impress-demo.css" rel="stylesheet" /> | |
<link rel="shortcut icon" href="favicon.png" /> | |
<link rel="apple-touch-icon" href="apple-touch-icon.png" /> | |
</head> | |
<body class="impress-not-supported"> | |
<div class="fallback-message"> | |
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p> | |
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p> | |
</div> | |
<div id="impress"> | |
{{ content }} | |
</div> | |
<div class="hint"> | |
<p>Use a spacebar or arrow keys to navigate</p> | |
</div> | |
<script> | |
if ("ontouchstart" in document.documentElement) { | |
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>"; | |
} | |
</script> | |
<script src="http://bartaz.github.io/impress.js/js/impress.js"></script> | |
<script>impress().init();</script> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment