File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< title > FORCAST</ title >
6
6
<!-- preload resources -->
7
- < link rel ="preload " href ="../../bin/bootstrap-4.4.1-dist/css/bootstrap.min.css " as ="style ">
8
- < link rel ="preload " href ="../../bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js " as ="script ">
9
- < script src ="../../bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js "> </ script >
10
- < link rel ="stylesheet " href ="../../bin/bootstrap-4.4.1-dist/css/bootstrap.min.css ">
7
+ < link rel ="preload " href ="../../docs/ bin/bootstrap-4.4.1-dist/css/bootstrap.min.css " as ="style ">
8
+ < link rel ="preload " href ="../../docs/ bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js " as ="script ">
9
+ < script src ="../../docs/ bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js "> </ script >
10
+ < link rel ="stylesheet " href ="../../docs/ bin/bootstrap-4.4.1-dist/css/bootstrap.min.css ">
11
11
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css " rel ="stylesheet ">
12
12
< script src ="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js "> </ script >
13
13
< link rel ="stylesheet " href ="css/landing-page.css ">
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js " integrity ="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49 " crossorigin ="anonymous "> </ script >
5
5
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
6
- < script src ="../../../bin/bootstrap-4.4.1-dist/js/bootstrap.min.js "> </ script >
6
+ < script src ="../../../docs/ bin/bootstrap-4.4.1-dist/js/bootstrap.min.js "> </ script >
7
7
< script src ="js/loadingPage.js "> </ script >
8
8
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> -->
9
- < link rel ="stylesheet " href ="../../../bin/bootstrap-4.4.1-dist/css/bootstrap.min.css ">
9
+ < link rel ="stylesheet " href ="../../../docs/ bin/bootstrap-4.4.1-dist/css/bootstrap.min.css ">
10
10
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
11
11
< link rel ="stylesheet " type ="text/css " href ="css/features.css ">
12
12
</ head >
Original file line number Diff line number Diff line change 1
1
import requests
2
2
import sys
3
+ import ftplib
3
4
from ftplib import FTP
4
5
import os
5
6
import glob
You can’t perform that action at this time.
0 commit comments