Created
June 22, 2012 19:42
-
-
Save mikbe/2974686 to your computer and use it in GitHub Desktop.
Storyline index file example
This file contains 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
<!-- 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