diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 01:13:06 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 01:13:06 +0200 |
commit | 1c7dc276db2e5b534620d2be5ea240b2861becae (patch) | |
tree | 285265522bd98db385a90aa53b8dea025ec37f9d /index.html | |
parent | 707ece8e5b4eeeb7967f7802dec53f2ba75a3757 (diff) |
lastCommit fix
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -89,11 +89,14 @@ <section id="juhend"> <div class="container"> + <div class="text-center pt-5 pb-3"> <h2 class="text-white fs-1">Juhend</h2> <p class="lead text-muted pt-2">Juhend teeb digirännaku läbimise kergemaks ja mugavamaks, Loe see kindlasti läbi.</p> </div> + + <!-- accordion --> <div class="accordion accordion-flush justify-content-center" id="accordionFlush"> @@ -179,10 +182,13 @@ </div> + </div> </div> </section> + <script src="main.js"></script> + <!-- JavaScript Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> </body> |