Files
Vanillae/jrx/pages/gb.html
T
pharpend e677822f43 [wip] everything is stupid and i hate everyone and everything
the correct thing to do at this point is to factor out "show a yes/no popup
window to user"

the complexity in "open a window and then execute some code in the context of
that window" is mind-boggling

nothing works
2023-10-07 23:14:14 -06:00

20 lines
263 B
HTML

<!DOCTYPE html>
<!-- HTML page for a "generic dialog" -->
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<h1 id="title-h1"></h1>
<pre id="miscinfo"></pre>
<br>
<button id="good">Yes</button>
<br>
<button id="bad">No</button>
<body>
</html>