File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 6060 <!-- CSS Framework -------------------------- -->
6161 <!-- Font Awasome https://fontawesome.com/ -->
6262 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css " integrity ="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
63- <!-- Bootstrap https://getbootstrap.jp/ -->
64- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM " crossorigin ="anonymous ">
65-
63+ <!-- Tailwind CSS -->
64+ < script src ="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 "> </ script >
6665
6766 <!-- CSS -------------------------- -->
6867 <!-- DojoCon CSS -->
6968 < link rel ="stylesheet " href ="/css/main.css " />
70-
71- <!-- JS Framework -------------------------- -->
72- <!-- JQuery https://releases.jquery.com/ -->
73- < script src ="https://code.jquery.com/jquery-3.7.1.min.js " integrity ="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo= " crossorigin ="anonymous "> </ script >
74- < script src ="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity ="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin ="anonymous "> </ script >
75- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js " integrity ="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz " crossorigin ="anonymous "> </ script >
76- <!-- <script>
77- $(function () {
78- var headerHight = 500;
79- $('a[href^="#"]').click(function () {
80- var href = $(this).attr("href");
81- var target = $(href == "#" || href == "" ? "html" : href);
82- var position = target.offset().top - headerHight;
83- console.log("click:" + target);
84- $("html, body").animate({ scrollTop: position }, 1000, "swing");
85- return false;
86- });
87- });
88- </script>
89- -->
9069</ head >
You can’t perform that action at this time.
0 commit comments