Skip to content

Commit

Permalink
- bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Supraboy981322 authored Mar 8, 2024
1 parent 947f8b5 commit 62895b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/devBreak/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<input class="url urlDevEnvironment" id="devEnvironmentURL" type="text">
<button class="bar" onclick="setFrame('devEnvironment');">Go</button>
<br>
<iframe class="frame" id="devEnvironmentFrame" src=""></iframe>
<iframe class="frame" id="devEnvironmentFrame" src="https://webssh.huashengdun.org/"></iframe>
</div>
<div class="box" id="preview">
<input class="url urlPreview" id="previewURL" type="text">
<button class="bar" onclick="setFrame('preview');">Go</button>
<button class="bar" id="reload" onclick="refreshPreview()">&#x27F3;</button>
<br>
<iframe class="frame" id="previewFrame" src="https://webssh.huashengdun.org/"></iframe>
<iframe class="frame" id="previewFrame" src=""></iframe>
</div>
</div>
</body>
Expand Down

0 comments on commit 62895b7

Please sign in to comment.