This commit is contained in:
Ruinan
2019-11-20 21:41:01 +08:00
parent 84c340fff7
commit 948bd90aea
65 changed files with 25101 additions and 0 deletions

5
js/index.js Normal file
View File

@@ -0,0 +1,5 @@
window.onload = function() {
$('.carousel').carousel({
interval: 2000
})
}