-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdebugpopup.html
35 lines (33 loc) · 1.04 KB
/
debugpopup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="popup.css" rel="stylesheet"></head>
</head>
<body>
<div id="ubiq_window">
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" id="ubiq-input-panel">
<input id="ubiq_input" autofocus autocomplete="off" spellcheck="false" type="text" size="60"/>
</td></tr>
<tr id="ubiq-bottom-panel">
<td id="ubiq-result-panel">
</td>
<td id="ubiq-command-panel">
<div id="ubiq-command-tip"></div>
<div id="ubiq-command-preview">
<p style="font-size:17px; padding:8px; font-weight:normal">
Type the name of a command and press enter to execute it.
</p>
</div>
</td>
</tr>
</table>
</div>
UbiChr 0.1
</body>
<script src="lib/jquery-3.6.0.min.js"></script>
<script src="core.js"></script>
<script src="popup.js"></script>
<script src="debugpopup.js"></script>
</html>