Browse Source

use local js and css file

V20220125.patch.1
avadesian 3 years ago
parent
commit
537d044732
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      templates/explore/repo_orgtop.tmpl

+ 3
- 2
templates/explore/repo_orgtop.tmpl View File

@@ -1,5 +1,6 @@
<script src="https://cdn.bootcdn.net/ajax/libs/Swiper/6.8.0/swiper-bundle.min.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/Swiper/6.8.0/swiper-bundle.min.css" rel="stylesheet">
<script src="/swiper/swiper-bundle.min.js"></script>
<link href="/swiper/swiper-bundle.min.css" rel="stylesheet">

<style> <style>
.explore .repos--seach{ .explore .repos--seach{
border-bottom:none; border-bottom:none;


Loading…
Cancel
Save