pages/index.html

34 lines
1 KiB
HTML
Raw Normal View History

2024-10-01 18:27:14 +02:00
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
2024-10-04 09:37:07 +02:00
<title>Gwen Ninja</title>
2024-10-01 18:27:14 +02:00
<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" />
2024-10-04 09:37:07 +02:00
<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.">
2024-10-01 18:27:14 +02:00
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
2024-10-04 10:45:20 +02:00
search: 'auto', // default
2024-10-02 10:06:18 +02:00
loadSidebar: true,
2024-10-04 10:53:41 +02:00
loadNavbar: true,
mergeNavbar: true,
2024-10-04 09:37:07 +02:00
logo : './logo.png',
2024-10-02 10:10:56 +02:00
subMaxLevel: 3,
2024-10-04 10:57:24 +02:00
themeColor: '#880E4F',
2024-10-01 18:27:14 +02:00
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
2024-10-04 10:45:20 +02:00
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
2024-10-01 18:27:14 +02:00
</body>
</html>