summaryrefslogtreecommitdiff
path: root/templates/partials/code/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/code/index.html')
-rw-r--r--templates/partials/code/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/partials/code/index.html b/templates/partials/code/index.html
index 9b39e59..8c718a2 100644
--- a/templates/partials/code/index.html
+++ b/templates/partials/code/index.html
@@ -2,10 +2,13 @@
<div class="flex flex-wrap p-2">
<p class="w-full md:w-min text-nowrap m-auto">Python 3.10 (sandbox)</p>
<a
- href="https://cgit.yetsam.ru/yetsam.git"
+ href="https://cgit.yetsam.ru/yetsam.git/tree/readme.md"
class="text-neutral-400 underline hover:text-secondary-600 decoration-secondary-600 w-full md:w-min text-nowrap m-auto">
go to source code (click me)
</a>
+ <p href=""
+ class="text-neutral-700 hover:text-secondary-900 decoration-secondary-600 w-full md:w-min text-nowrap m-auto text-sm">
+ git clone https://dev.yetsam.ru/yetsam.git</p>
</div>