Update index.html
This commit is contained in:
parent
c5590cab01
commit
91cd49ea25
1 changed files with 7 additions and 2 deletions
|
@ -3,9 +3,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Gwen Ninja</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<meta property="og:image" content="./logo.png">
|
||||||
|
<link rel="icon" type="image/png" href="./logo.png"/>
|
||||||
|
<meta name="description" content="Young male just showing my journey about my sex adventures and life.">
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
|
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
|
||||||
|
@ -17,8 +21,9 @@
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
loadNavbar: true,
|
// loadNavbar: true,
|
||||||
mergeNavbar: true,
|
// mergeNavbar: true,
|
||||||
|
logo : './logo.png',
|
||||||
subMaxLevel: 3,
|
subMaxLevel: 3,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue