forked from sparshag21/desktopography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinalkey.html
43 lines (25 loc) · 822 Bytes
/
finalkey.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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Virtual Keyboard</title>
<!-- jQuery (required) & jQuery UI + theme (optional) -->
<link href="onscreen3.css" rel="stylesheet">
<!-- still using jQuery v2.2.4 because Bootstrap doesn't support v3+ -->
<script src="onscreen2.js"></script>
<!-- keyboard widget css & script (required) -->
<script src="onscreen.js"></script>
<!-- demo only -->
<script src="demo1.js"></script>
</head>
<body>
<div id="page-wrap">
<div class="block" id="autocomplete" align = "center">
<input id="text" type="text" placeholder="Enter your Name . . . . . ." style="background:azure; text-indent:5px; color:blue;">
<br>
<div class="code ui-corner-all">
</div>
</div>
</div>
</body>
</html>