Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
baxiry committed Jul 9, 2024
1 parent 8ce6f71 commit 2b43666
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon.png">
<link rel="stylesheet" href="static/style.css">
<script src="static/reconnect.js" ></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="static/shell.js" defer ></script>
<title>zara shell</title>
Expand All @@ -18,12 +17,13 @@
></textarea>

<div id="output">
<div id="data">
</div>


<div id="reconnecte">
<h6>desconnected</h6>
<p>please wait 3 second</p>
<p>please wait seconds or reload page</p>
</div>

<div id="data">
</div>

<div id="examples">
Expand Down

0 comments on commit 2b43666

Please sign in to comment.