Skip to content

Instantly share code, notes, and snippets.

@mikbe
Created June 22, 2012 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikbe/2974686 to your computer and use it in GitHub Desktop.
Save mikbe/2974686 to your computer and use it in GitHub Desktop.
Storyline index file example
<!-- index.html -->
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="REFRESH" CONTENT="0;https://mywebsite.com/ab.007/story.html">
<script type="text/javascript">
window.location = "https://mywebsite.com/ab.007/story.html"
</script>
<body>
<p>If you see this message please enable JavaScript for this domain or disable popup blockers.</p>
You may manually open the course by clicking on this link:<br />
<a href="https://mywebsite.com/ab.007/story.htm">Anti-Bullying</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment