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>
|
||||
<html>
|
||||
<head>
|
||||
<title>Gwen Ninja</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<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
|
||||
rel="stylesheet"
|
||||
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
|
||||
|
@ -17,8 +21,9 @@
|
|||
<script>
|
||||
window.$docsify = {
|
||||
loadSidebar: true,
|
||||
loadNavbar: true,
|
||||
mergeNavbar: true,
|
||||
// loadNavbar: true,
|
||||
// mergeNavbar: true,
|
||||
logo : './logo.png',
|
||||
subMaxLevel: 3,
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue