Added: copy text button

This commit is contained in:
2024-10-15 11:11:08 +02:00
parent aeb55fb42b
commit b7eeefce4f
4 changed files with 52 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
<link rel="stylesheet" href="/project.css">
{% endblock styles %}
{% block scripts %}
<script src="/js/code-copy.js" defer></script>
{% endblock scripts %}
{% block content %}
<section class="project-wrapper flex-col">
<!--