Skip to content

Commit

Permalink
fix iframe problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 22, 2024
1 parent a48a862 commit 1d1cb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tm.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<body>
<h1>HOT-Tasking-manager-browser</h1>
<p>Select the projects here.</p>
<iframe> id="hot-taskingmanager" src="google.com" style="border:1px dashed #62cbec;height:500px;width:100%;"
title="Iframe Example" </iframe>
<iframe id="hot-taskingmanager" src="google.com" style="border:1px dashed #62cbec;height:500px;width:100%;"
title="Iframe Example"> </iframe>
<a href="/id_sandbox_for_all/">Back</a>

</body>
Expand Down

0 comments on commit 1d1cb32

Please sign in to comment.