mirror of
https://github.com/syssecfsu/witty.git
synced 2025-01-11 20:52:43 +01:00
wip
This commit is contained in:
parent
d551f0158a
commit
e9f0ca2efe
@ -8,7 +8,7 @@
|
|||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
|
|
||||||
<!-- automatically refresh the page every 30 seconds -->
|
<!-- automatically refresh the page every 30 seconds -->
|
||||||
<meta http-equiv="refresh" content="30">
|
<meta http-equiv="refresh" content="20">
|
||||||
|
|
||||||
<title>Web Terminal</title>
|
<title>Web Terminal</title>
|
||||||
|
|
||||||
@ -20,13 +20,15 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-dark bg-dark shadow-sm navbar-xs">
|
<nav class="navbar navbar-dark bg-dark shadow-sm navbar-xs">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand">
|
<a class="navbar-brand" href="https://github.com/syssecfsu/witty" target="_blank">
|
||||||
<img src="/assets/logo.svg" style="margin-left: 2em;margin-right: 1em;" height="24"
|
<img src="/assets/logo.svg" style="margin-left: 2rem;margin-right: 0.5rem;" height="32"
|
||||||
class="d-inline-block align-text-top">
|
class="d-inline-block align-text-top">
|
||||||
WiTTY: Web-based interactive TTY
|
WiTTY: Web-based interactive TTY
|
||||||
<a class="btn btn-primary btn-sm float-end" href="/new"
|
</a>
|
||||||
onClick="setTimeout(function(){window.location.reload()}, 3000);" target="_blank" role="button">New
|
<a class="btn btn-primary btn-sm float-end" href="/new"
|
||||||
Session</a>
|
onClick="setTimeout(function(){window.location.reload()}, 3000);" target="_blank" role="button">
|
||||||
|
New Session
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user