prvni várka

This commit is contained in:
2024-04-17 23:13:56 +02:00
commit 25ef045289
19 changed files with 433 additions and 0 deletions

9
codebox/index.html Normal file
View File

@ -0,0 +1,9 @@
<body>
<div class="code-box">
<pre id="code-content">
Místo pro kód (s kódem je možné manipulovat a tak i zůstame)
</pre
>
<button id="copy-button">Kopírovat</button>
</div>
</body>