forked from leafsphp/new-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 2.62 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Leaf PHP</title>
<meta name="description" content="Leaf PHP is a micro-framework that allows you to create clean, simple but powerful web applications and APIs quickly..">
<meta name="keywords" content="PHP, backend, library, framework, api, server, routing, leaf php, php framework, micro-framework, leaf, leafMVC, leaf mvc, Michael Darko">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="image_src" type="image/jpeg" href="https://leaf-docs.netlify.com/images/logo.png">
<link rel="shortcut icon" type="image/jpeg" href="https://leaf-docs.netlify.com/images/logo.png">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<link rel="stylesheet" href="prism.css">
<style>
@import url('https://fonts.googleapis.com/css?family=Gruppo');
</style>
<script id="flashWidgetScript" type="text/javascript" src="https://wallet.flashcoin.io/assets/widgets/donate.js"></script>
</head>
<body>
<nav style="display: flex;">
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" style="position: static; visibility: visible; width: 238px; height: 20px;" title="Twitter Follow Button" src="https://platform.twitter.com/widgets/follow_button.2d991e3dfc9abb2549972ce8b64c5d85.en.html#dnt=false&id=twitter-widget-0&lang=en&screen_name=leafphp&show_count=true&show_screen_name=true&size=m&time=1573826693283" data-screen-name="leafphp"></iframe>
<iframe style="margin-left: -30px;" class="github" src="https://ghbtns.com/github-btn.html?user=leafsphp&repo=leaf&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<span style="margin-top: -10px;" class="flash-donate-widget" data-text="Support Leaf PHP" data-width="100" data-currency="BTC" data-type="donate" data-wallet="1FSUmiymKpp9aF8mazC49kH5NttZ6KCLRR"></span>
</nav>
<div id="app"></div>
</body>
<script>
window.$docsify = {
coverpage: true,
loadSidebar: true,
ga: 'UA-150463804-1',
name: 'Leaf PHP',
repo: "leafsphp/leaf",
search: {
noData: {
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/': 'Search'
}
}
}
</script>
<script src="prism.js"></script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
</html>