mirror of
https://github.com/Amateur-Radio-Club-Graz/openWebTrX.git
synced 2025-12-30 00:01:20 +01:00
14 lines
338 B
HTML
14 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="/tx/owt.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tx/owt.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="owt_head"> <div id="owt_button"><div class="openwebrx-button" onclick='owt_start();' >connect TX</div></div>
|
|
<div id="owt_pids"></div></div><div id="owt_msg"></div>
|
|
</body>
|
|
</html>
|