docsify/docs/index.html
Nik Revenco def6154b3b
ci: deploy site via GH Actions & host themes on GH Actions (#1)
Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>
2025-04-08 18:15:05 +01:00

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>