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 15, 2023
1 parent 6bced4a commit 9eb3980
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ $ make watch
```
go to http://localhost:8005/admin/
### testing the embedded version
To test an embedded version open the file `test.html` after running `make watch`
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 9eb3980

Please sign in to comment.