forked from jasonelle-archive/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jasonelle Docs</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Jasonelle Documentation">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<meta property="og:title" content="Jasonelle - Docs">
<meta property="og:site_name" content="Jasonelle">
<meta property="og:url" content="https://jasonelle.com/docs">
<meta property="og:description" content="Make iOS and Android apps with just a single JSON, loaded over HTTP, local file, or anywhere. Jasonelle turns JSON into iOS and Android native components.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://jasonelle.com/homepage/logo.png">
</head>
<body>
<div id="app"><center><img src="https://jasonelle.com/favicon.png" style="width:10%;height:auto;"></center></div>
<script>
window.$docsify = {
name: 'Jasonelle',
repo: 'https://github.com/jasonelle',
homepage: 'home.md',
subMaxLevel: 3,
maxLevel: 4,
loadSidebar:true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-json5.min.js"></script>
</body>
</html>