mirror of
https://github.com/Amateur-Radio-Club-Graz/openWebTrX.git
synced 2025-12-30 08:11:18 +01:00
initial commit
This commit is contained in:
13
htdocs/index.html
Normal file
13
htdocs/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user