Mercurial > code > home > repos > racc
view console/index.html @ 6:b1043d39e493
start web console
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:53:45 -0700 |
parents | |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>racc admin</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" /> <script type="module" src="src/main.ts"></script> </head> <body> racc admin <div id="chart1" style="width:100%; height: 800px"></div> <p><a href="https://bigasterisk.com/m/targets?endpoint_search=5150">targets list</a></p> <div id="debug1"></div> </body> </html>