Merge branch 'main' of https://github.com/johnhays/dsgwdashboard
commit
ffcb823a14
@ -1,34 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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>Dashboard</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 id="intro">Dashboard</h1>
|
||||
<div>
|
||||
<div id="instruct"></div>
|
||||
<div id="repeaters"></div>
|
||||
<div id="links"></div>
|
||||
<div id="lastheard"></div>
|
||||
<div id="source">
|
||||
<b>
|
||||
<a href="https://github.com/johnhays/dsgwdashboard" target="source">Dashboard Source</a>
|
||||
<a href="https://github.com/F4FXL/DStarGateway" target="source">DStarGateway Source</a>
|
||||
</b>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for HTML5 for Linux version 5.6.0">
|
||||
<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>
|
||||
|
Loading…
Reference in new issue