Skip to content

Commit e85d91d

Browse files
authored
Create index.html
1 parent 1d9f36c commit e85d91d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<meta charset="UTF-8">
7+
<title>Daftar Rest API Lokal Indonesia</title>
8+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
9+
</head>
10+
<body>
11+
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/inirey/API-COLLECTION">Here</a>.</noscript>
12+
<div id="app">Loading...</div>
13+
<script>
14+
window.$docsify = {
15+
name: 'Daftar API untuk kebutuhan Whatsapp bot',
16+
repo: 'https://github.com/inirey/API-COLLECTION',
17+
search: ['/'],
18+
relativePath: true,
19+
}
20+
</script>
21+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
22+
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)