-
-
Save Frenzie/110b0bc41c793e41cc3b 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 | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz</title> | |
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com." /> | |
<meta name="author" content="Bartek Szopka" /> | |
<link href="$impress-url$/css/impress-demo.css" rel="stylesheet" /> | |
</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"> | |
$body$ | |
</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="$impress-url$/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