code cleanup on custom dialogs

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-05-05 21:43:15 +00:00
parent a0fe199ccb
commit 822c89adda
6 changed files with 149 additions and 226 deletions

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/form.css">
<script src="scripts/index.js" type="module"></script>
<script src="scripts/instance.js" type="module"></script>
</head>