Skip to content

Commit 37b3163

Browse files
committed
Add embed test
1 parent 3b9f9e6 commit 37b3163

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

public/embed-test.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>embed test</title>
5+
<style>
6+
body {
7+
background: #ccc;
8+
}
9+
</style>
10+
</head>
11+
<body>
12+
<iframe title="fire - Account" src="/fire?monthlyexpenses=3230&embed=true" height="640px" width="100%" allowtransparency="true" frameborder="0"></iframe>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)