Skip to content

Instantly share code, notes, and snippets.

@mavenraven
Last active September 23, 2015 14:36
Show Gist options
  • Save mavenraven/3899369b897bb17a8066 to your computer and use it in GitHub Desktop.
Save mavenraven/3899369b897bb17a8066 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
iframe { border:0; }
</style>
<script>
setInterval(function() {
var x = document.getElementById("appveyor");
x.src = x.src;
}, 300000);
</script>
</head>
<body style="margin:24px 35px;padding:0; position:relative;">
<iframe src="https://diego.ci.cf-app.com/?groups=greenhouse" style="position:absolute;top:0;left:0;width:100%;height:700%;"></iframe>
<iframe id="appveyor" src="https://ci.appveyor.com/projects" style="position:absolute;bottom:0;left:0;width:100%;height:30%;"></iframe
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment