move prompt to provide

This commit is contained in:
Araxeus
2021-04-05 04:21:52 +03:00
parent 106e461beb
commit 6d44a579a4
7 changed files with 12 additions and 7 deletions

View File

@ -0,0 +1,18 @@
<html>
<head>
<link href="prompt.css" rel="stylesheet" />
</head>
<body>
<div id="container">
<form id="form">
<div id="label">...</div>
<div id="data-container"></div>
<div id="buttons">
<button id="cancel">Cancel</button>
<button type="submit" id="ok">OK</button>
</div>
</form>
</div>
<script src="prompt.js"></script>
</body>
</html>