Adding text input popup window with self destroy windows when done

This commit is contained in:
raven 2022-12-21 21:20:20 -05:00
parent bc65cc0cd9
commit e2122a1715
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<html>
<head>
<style>
body {
background-color: #101010;
color: #ffffff;
}
h1 {
color: #ffffff;
}
nav a {
color: #ffffff;
}
footer {
color: #ffffff;
}
</style>
</head><CENTER> The Input was Sent!<BR><BR>
<body><input type="button" id="close" value="Close" onclick="window.close()" />
</body></CENTER>
</body>
</html>

1
webserver/input.html Normal file
View File

@ -0,0 +1 @@
<CENTER><form action="https://grwh.work:3031/input" method="get"> <label for="data">Input Text:</label> <input type="text" id="data" name="data"><br><br> <input type="submit" value="Submit"> </form>