Skip to content

Instantly share code, notes, and snippets.

@mdelillo
Last active April 20, 2016 14:00
Show Gist options
  • Save mdelillo/b52f7fefb82ce15cbfa5 to your computer and use it in GitHub Desktop.
Save mdelillo/b52f7fefb82ce15cbfa5 to your computer and use it in GitHub Desktop.
PCF Dev CI
<html>
<head>
<style>
body {
border: none;
margin: 0px;
padding: 0px;
overflow: hidden;
}
iframe {
border: 0px;
margin: 0px;
padding: 0px;
display: inline-block;
overflow: hidden;
}
</style>
</head>
<body>
<iframe src="https://ci.pcfdev.io/pipelines/pcfdev" height="50%" width="100%"></iframe>
<iframe src="https://ci.pcfdev.io/pipelines/deploy" height="50%" width="40%"></iframe><iframe src="https://ci.pcfdev.io/pipelines/compile" height="50%" width="30%"></iframe><iframe src="https://ci.pcfdev.io/pipelines/release" height="50%" width="30%"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment