Files
Vanillae/jrx/pages/gb.html
T

27 lines
419 B
HTML

<!DOCTYPE html>
<!-- HTML page for a "generic dialog" -->
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
body {
font-size: '0.7em';
}
</style>
</head>
<body>
<h5 id="title-h1"></h1>
<button id="good">Yes</button>
<span width="10px">
<button id="bad">No</button>
<pre id="miscinfo"></pre>
<script type="module" src="./gb.js"></script>
<body>
</html>