Mercurial > code > home > repos > racc
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/console/index.html Mon Mar 13 18:53:45 2023 -0700 @@ -0,0 +1,19 @@ +<!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>