Mercurial > code > home > repos > racc
comparison console/index.html @ 6:b1043d39e493
start web console
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:53:45 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:5a99bde7a506 | 6:b1043d39e493 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta charset="utf-8" /> | |
5 <title>racc admin</title> | |
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" /> | |
8 | |
9 <script type="module" src="src/main.ts"></script> | |
10 </head> | |
11 <body> | |
12 racc admin | |
13 <div id="chart1" style="width:100%; height: 800px"></div> | |
14 | |
15 <p><a href="https://bigasterisk.com/m/targets?endpoint_search=5150">targets list</a></p> | |
16 <div id="debug1"></div> | |
17 | |
18 </body> | |
19 </html> |