Replace instructions page \w yt video

This commit is contained in:
Maarten
2024-01-15 21:07:25 +01:00
committed by GitHub
parent f674400389
commit 9a68b8eb47
3 changed files with 1 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
env:
browser: true
es2021: true
node: true
extends: eslint:recommended
parserOptions:
ecmaVersion: latest
sourceType: module
rules:
indent:
- error
- tab
linebreak-style:
- error
- unix
quotes:
- error
- double
semi:
- error
- never

View File

@@ -58,7 +58,7 @@ Countly.q.push(['collect_from_forms']);
</section>
<section>
<h2>How to use:</h2>
<a class="btn instructions-link" href="instructions"><b>Instructions</b></a>
<a class="btn instructions-link" href="https://www.youtube.com/watch?v=H2COwT5OUOo"><b>Instructions</b></a>
</section>
</div>

View File

@@ -1,4 +1,3 @@
.instructions-link {
animation: highlight 2s infinite;
text-decoration: none;