aboutsummaryrefslogtreecommitdiff
path: root/_content/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_content/index.html')
-rw-r--r--_content/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/_content/index.html b/_content/index.html
deleted file mode 100644
index 328e00a..0000000
--- a/_content/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Project KBBI</title>
-
- <script type="text/javascript" src="kbbiclient.js"></script>
- <script type="text/javascript" src="index.js"></script>
- <style>
- .kelas-kata,
- .contoh {
- margin-left: 2em;
- }
- </style>
- </head>
- <body>
- <h1>Proyek KBBI</h1>
- <p>
- Proyek implementasi API untuk Kamus Besar Bahasa Indonesia.
- </p>
-
- <h2>Definisi kata</h2>
- <label>
- Daftar kata:
- <input type="text" id="kata" maxlength="64" />
- </label>
- <button onclick="cariDefinisi()">Cari definisi</button>
- <p class="note">
- Catatan: gunakan koma untuk mencari lebih dari satu kata.
- </p>
-
- <div id="definisi-result"></div>
- </body>
-</html>