Skip to content
Snippets Groups Projects
Verified Commit b787484c authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
.idea
# Hello world
\ No newline at end of file
<!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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment