Last active
September 23, 2015 14:36
-
-
Save mavenraven/3899369b897bb17a8066 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
<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