forked from darhanger/ni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (56 loc) · 2.23 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>ni (v2) Legacy</title>
<meta name="google-site-verification" content="6OvSZnxDwtpu2GD1Pdij1661AUSxEp9qkS5oytILICk" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="rotation,wow,combat-rotation,wotlk,DarhangeR,3-3-5a,pqr,warmane,сircle,blackdps,byster"/>
<meta name="description" content="Profile Framework for World of Warcraft and its older expansions." />
<meta property="og:title" content="ni (v2) Legacy"/>
<meta property="og:description" content="Profile Framework for World of Warcraft and its older expansions." />
<meta property="og:image" content="https://darhanger.github.io/ni/_media/logo.png" />
<meta property="og:url" content="https://darhanger.github.io/ni/" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="icon" href="https://darhanger.github.io/ni/_media/favicon.ico" type="image/gif" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
</head>
<body>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: "ni (nHub)",
logo: 'logo.png height="52px"',
repo: "https://github.com/darhanger/ni",
coverpage: true,
auto2top: true,
executeScript: true,
loadSidebar: true,
maxLevel: 4,
subMaxLevel: 3,
gtag: [
'G-C40H56NC3Y',
'UA-275906865-1',
],
search: {
maxAge: 86400000,
paths: "auto",
placeholder: "Search api",
noData: "No Results",
depth: 6,
hideOtherSidebarContent: false,
namespace: "website-1",
alias: {
"/.*/_sidebar.md": "/_sidebar.md",
},
},
};
</script>
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/sy-records/docsify-nightly@master/lib/plugins/gtag.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-lua.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
</body>
</html>