-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.08 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 2.08 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Keyboard Code Garuda Javascript 2</title>
<meta name="og:image" content="logo.png" />
<meta property="og:image" content="logo.png" />
<link rel="shortcut icon" type="image/png" href="ICON.png"/>
<meta name="ROBOTS" content="index"/>
<meta name="Author" content="@lamhotsimamora" />
<meta name="copyright" content="Copyright@2018 | All Right Reserved" />
<meta property="og:title" content="Keyboard Code Garuda Javascript 2" />
<meta property="og:description" content="Keyboard Code Garuda Javascript 2" />
<meta property="og:name" content="" />
<meta name="language" content="Indonesian, English" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="expires" content="1800" />
<meta name="theme-color" content="#E63C3C">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="https://www.cdn.lamhotsimamora.com/garuda2/"></script>
<!--
* File Save by EliyGray
* https://github.com/eligrey
* @type {Blob}
*-->
<script type="text/javascript" src="filesave.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/lamhotsimamora/Garuda-CSS/master/src/garuda.min.css">
</head>
<body>
<img src="logo.png" style="display: none">
<div class="container">
<br><br><br>
<input type="text" class="input-success" placeholder="Key Code" id="txt_key_code" name="">
<button class="btn-danger" id="btn_copy">Copy</button>
<button class="btn-success" id="btn_export">Save As Text</button>
<br>
</div>
<div class="container">
<hr>
<br>
<center>
<h1 id="display">{ Press Any Key }</h1>
</center>
</div>
<div class="container">
<br><br>
<center>
<!-- <textarea rows="4" cols="50" id="display_code" class="input-success"> </textarea> -->
<pre id="display_code"></pre>
</center>
</div>
</body>
<script type="text/javascript" src="component.js"></script>
<script type="text/javascript" src="app.js"></script>
</html>