mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-28 02:11:19 -05:00
Electron desktop client added
This commit is contained in:
18
Electron Client/node_modules/electron-prompt/lib/page/prompt.html
generated
vendored
Normal file
18
Electron Client/node_modules/electron-prompt/lib/page/prompt.html
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user