itzzy-api
Version:
Simple Api
33 lines (32 loc) • 1.09 kB
HTML
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<title>Caliph API - Docs</title>
<meta
name="description"
content="Module caliph-api dengan berbagai tools yang dibuat oleh Caliph"
/>
<link rel="icon" href="//github.com/caliph91.png" />
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css" />
</head>
<body>
<noscript
>This page requires JavaScript to work, please enable it or just read it
on <a href="https://github.com/caliph91/caliph-api">Here</a>.</noscript
>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: "Caliph API - Docs",
repo: "https://github.com/caliph91/caliph-api",
search: ["/"],
relativePath: true,
};
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>