Skip to content
Snippets Groups Projects
Commit b5878b18 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
node_modules
\ No newline at end of file
This diff is collapsed.
2021-es Python dokumentáció KSZK előadáshoz
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Docs</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',
});
</script>
</body>
</html>
This diff is collapsed.
{
"name": "python-presentation",
"version": "1.0.0",
"description": "2021-es Python dokumentáció KSZK előadáshoz",
"scripts": {
"start": "serve ."
},
"author": "",
"license": "GPL",
"dependencies": {
"serve": "^11.3.2"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment