populate static elements of config.html,

add node info to config page search,
change login.css to form.css
This commit is contained in:
2022-12-19 16:13:43 -08:00
parent 818748ef2b
commit ef4597490a
5 changed files with 23 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>tronnet - client</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/login.css" type="text/css">
<link rel="stylesheet" href="css/form.css" type="text/css">
<script src="scripts/login.js" type="module"></script>
</head>
<body>