You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="/script.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="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"
|
|
integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0="
|
|
crossorigin="anonymous"></script>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content=
|
|
"width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="dashboard.css">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<title>Dashboard</title>
|
|
<div>
|
|
<div id="source">
|
|
<b><a href="https://github.com/johnhays/dsgwdashboard"
|
|
target="source">dsgwdashboard Source</a><br>
|
|
<a href="https://github.com/F4FXL/DStarGateway" target=
|
|
"source">DStarGateway Source</a></b>
|
|
</div>
|
|
<h1 id="intro">Dashboard</h1>
|
|
</div>
|
|
<div>
|
|
<div id="instruct"></div>
|
|
<div id="repeaters"></div>
|
|
<div id="links"></div>
|
|
<div id="lastheard"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|