mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-27 09:51:18 -05:00
19 lines
498 B
HTML
19 lines
498 B
HTML
<html>
|
|
<head>
|
|
<link href="prompt.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="form">
|
|
<div id="label">...</div>
|
|
<div id="data-container"></div>
|
|
<div id="buttons">
|
|
<button id="cancel">Cancel</button>
|
|
<button id="ok">OK</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="prompt.js"></script>
|
|
</body>
|
|
</html>
|