Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit ecc2954

Browse files
author
Colin McDonnell
committed
Add index.html
1 parent 272162e commit ecc2954

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>user/repo</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="user/repo is cool!" />
8+
<meta
9+
name="viewport"
10+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
11+
/>
12+
<link
13+
rel="stylesheet"
14+
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"
15+
/>
16+
</head>
17+
<body>
18+
<nav
19+
style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;"
20+
>
21+
<!-- <ul><li href="/link">Link 1</li></ul> -->
22+
</nav>
23+
<div id="app"></div>
24+
<script>
25+
window.$docsify = {
26+
subMaxLevel: 1,
27+
maxLevel: 3,
28+
auto2top: true,
29+
repo: 'user/repo',
30+
routerMode: 'history',
31+
// homepage: "README.md"
32+
};
33+
</script>
34+
<script src="//cdn.jsdelivr.net/npm/[email protected]/lib/docsify.min.js"></script>
35+
<script src="//cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)