mirror of
https://github.com/catppuccin/docsify.git
synced 2026-05-04 00:00:15 +08:00
33 lines
880 B
HTML
33 lines
880 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Catppuccin Docsify</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Soothing pastel theme for docsify" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://docsify.catppuccin.com/mocha/mauve.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: "Catppuccin Docsify",
|
|
repo: "catppuccin/docsify",
|
|
};
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
</body>
|
|
</html>
|