Skip to content

Instantly share code, notes, and snippets.

@greggles
Last active August 29, 2015 13:56
Show Gist options
  • Save greggles/8957062 to your computer and use it in GitHub Desktop.
Save greggles/8957062 to your computer and use it in GitHub Desktop.
interstitials. are. AWESOME.
<html>
<head>
<title>Do you like interstitials for no reason? I do.</title>
</head>
<body>
<img src="http://www.united.com/travel/checkin/img/waitspinner.gif">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="647" height="430" id="FrontierInterstitial" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="FrontierInterstitial.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="FrontierInterstitial.swf" quality="high" bgcolor="#ffffff" width="647" height="430" name="FrontierInterstitial" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash\
" pluginspage="//www.macromedia.com/go/getflashplayer" />
</object>
<hr />
<a href="https://gist.github.com/greggles/8957062">contributions welcome</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment