From c82c82c2dc399fbef155da4bcfadb1fa16d393d6 Mon Sep 17 00:00:00 2001 From: Zihan Zhang <2364065915@qq.com> Date: Fri, 7 Oct 2022 15:57:50 +0000 Subject: [PATCH] Update wiki/pages/index.html --- wiki/pages/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wiki/pages/index.html b/wiki/pages/index.html index df68f93..eb4cbc4 100644 --- a/wiki/pages/index.html +++ b/wiki/pages/index.html @@ -10,31 +10,31 @@ <nav class="navbar" id="navbar"> <ul> <li> - <a href="#animation" class="dot active" data-scroll="animation"> + <a class="dot active" data-scroll="animation"> <span>animation</span> </a> </li> <li> - <a href="#animation1" class="dot" data-scroll="animation1"> + <a class="dot" data-scroll="animation1"> <span>animation1</span> </a> </li> <li> - <a href="#animation2" class="dot" data-scroll="animation2"> + <a class="dot" data-scroll="animation2"> <span>animation2</span> </a> </li> <li> - <a href="#animation3" class="dot" data-scroll="animation3"> + <a class="dot" data-scroll="animation3"> <span>animation3</span> </a> </li> <li> - <a href="#animation4" class="dot" data-scroll="animation4"> + <a class="dot" data-scroll="animation4"> <span>animation4</span> </a> </li> @@ -99,4 +99,4 @@ </h1> </section> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab