Skip to content

Commit

Permalink
add test.html to test the embedded version
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed May 11, 2023
1 parent 6bced4a commit e21d95b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>Bplan Embed Test</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="">
<style>
iframe {
margin:auto;
display:block;
}
</style>
<script src=""></script>
<body>

<div>
<iframe src="http://localhost:8005/berlin/" scrolling="no" width="50%" height="522px;" frameborder="0"></iframe>
</div>

</body>
</html>

0 comments on commit e21d95b

Please sign in to comment.