Merge branch 'main' of https://github.com/johnhays/dsgwdashboard
commit
ffcb823a14
@ -1,34 +1,39 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<script src="/socket.io/socket.io.js"></script>
|
<head>
|
||||||
<script src="/script.js"></script>
|
<meta name="generator" content=
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
"HTML Tidy for HTML5 for Linux version 5.6.0">
|
||||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
<meta charset="UTF-8">
|
||||||
crossorigin="anonymous"></script>
|
<script src="/socket.io/socket.io.js"></script>
|
||||||
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"
|
<script src="/script.js"></script>
|
||||||
integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0="
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||||
crossorigin="anonymous"></script>
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||||
<head>
|
crossorigin="anonymous"></script>
|
||||||
<meta charset="UTF-8">
|
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0="
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
crossorigin="anonymous"></script>
|
||||||
<link rel="stylesheet" href="dashboard.css">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Dashboard</title>
|
<meta name="viewport" content=
|
||||||
</head>
|
"width=device-width, initial-scale=1.0">
|
||||||
<body>
|
<link rel="stylesheet" href="dashboard.css">
|
||||||
|
<title></title>
|
||||||
<h1 id="intro">Dashboard</h1>
|
</head>
|
||||||
<div>
|
<body>
|
||||||
<div id="instruct"></div>
|
<title>Dashboard</title>
|
||||||
<div id="repeaters"></div>
|
<div>
|
||||||
<div id="links"></div>
|
<div id="source">
|
||||||
<div id="lastheard"></div>
|
<b><a href="https://github.com/johnhays/dsgwdashboard"
|
||||||
<div id="source">
|
target="source">dsgwdashboard Source</a><br>
|
||||||
<b>
|
<a href="https://github.com/F4FXL/DStarGateway" target=
|
||||||
<a href="https://github.com/johnhays/dsgwdashboard" target="source">Dashboard Source</a>
|
"source">DStarGateway Source</a></b>
|
||||||
<a href="https://github.com/F4FXL/DStarGateway" target="source">DStarGateway Source</a>
|
</div>
|
||||||
</b>
|
<h1 id="intro">Dashboard</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
</body>
|
<div id="instruct"></div>
|
||||||
|
<div id="repeaters"></div>
|
||||||
|
<div id="links"></div>
|
||||||
|
<div id="lastheard"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in new issue