Skip to content
Snippets Groups Projects
index.html 741 B
Newer Older
Tóth Miklós Tibor's avatar
Tóth Miklós Tibor committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>KSZKépzés Linux</title>
    <link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css">
</head>
<body>
    <div id="docute"></div>
    <script src="https://unpkg.com/docute@4/dist/docute.js"></script>
    <script>
        new Docute({
            target: '#docute',
            title: 'Linux',
            layout: 'wide',
            highlight: [
                "bash",
                "javascript",
                "html"
            ],
            detectSystemDarkTheme: true,
            darkThemeToggler: true,
        })
    </script>
</body>
</html>