-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 708 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>php-imap-client docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app">Lade Dokumentation…</div>
<script>
window.$docsify = {
name: 'php-imap-client',
repo: 'https://github.com/SSilence/php-imap-client',
loadSidebar: true,
coverpage: false,
themeColor: '#42b983'
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
</body>
</html>