Added: copy text button
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 28s
Build Zola Website / build (pull_request) Successful in 35s

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

View File

@ -67,6 +67,9 @@
<script>
console.log("I heard that a cool frontend developer works for https://fofrweb.com")
</script>
{% block scripts %}
{% endblock scripts %}
</body>
</html>

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">
<!--