Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Macneil committed Sep 24, 2014
1 parent af43296 commit ea683f3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions iframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>iFrame Test</title>
</head>
<body>
<h1>Iframe!</h1>
<iframe id="coinbase_inline_iframe_81d867cda58e368ad69d700d5cdbf112" src="http://localhost:3000/inline_payments/81d867cda58e368ad69d700d5cdbf112" style="width: 500px; height: 160px; border: none; box-shadow: 0 1px 3px rgba(0,0,0,0.25); overflow: hidden;" scrolling="no" allowtransparency="true" frameborder="0"></iframe>
</body>
</html>

0 comments on commit ea683f3

Please sign in to comment.