55 < link rel ="icon " href ="../media/logo16.png " sizes ="any ">
66 < link rel ="stylesheet " type ="text/css " href ="../dist/bootstrap/bootstrap.min.css ">
77 < link rel ="stylesheet " type ="text/css " href ="../dist/fontawesome/css/all.min.css ">
8+ < link rel ="stylesheet " type ="text/css " href ="../css/main.css ">
89 < link rel ="stylesheet " type ="text/css " href ="../css/options.css ">
10+ < script type ="text/javascript " src ="../js/theme.js "> </ script >
911</ head >
1012< body class ="h-100 ">
1113
1618< div class ="container-fluid p-2 h-100 ">
1719< div class ="d-flex align-items-center h-100 ">
1820< div class ="col-xl-6 col-md-8 col-12 m-auto ">
19- < div class ="card p-2 mb-3 " >
21+ < div class ="card p-2 " >
2022< div class ="card-body ">
21- < div class ="justify-content-center align-items-center d-flex ">
22- < img src ="../media/logo48.png " class ="img-fluid float-start me-2 " alt ="Link Extractor " height ="48 " width ="48 ">
23- < h1 class ="align-middle "> Django Files Extension</ h1 >
23+ < div class ="d-flex justify-content-center align-items-center ">
24+ < img src ="../media/logo48.png " class ="me-2 " height ="48 " width ="48 "
25+ alt ="Django Files Extension " title ="Django Files Extension ">
26+ < h1 > Django Files Extension</ h1 >
2427 </ div >
2528 < div class ="clearfix "> </ div >
2629 < p class ="text-center lead "> v< span id ="version "> </ span > </ p >
@@ -78,13 +81,14 @@ <h1 class="align-middle">Django Files Extension</h1>
7881 </ div >
7982 </ div >
8083 </ form >
84+ < hr >
8185 < div class ="text-center ">
8286 < a class ="link-body-emphasis text-decoration-none " target ="_blank " rel ="noopener "
8387 href ="https://github.com/django-files/chrome-extension#readme "> Get Help</ a >
84- < i class =" fa-solid fa-circle fa-2xs mx-2 " > </ i >
88+ < svg > < use xlink:href =" #bi-dot " / ></ svg >
8589 < a class ="link-body-emphasis text-decoration-none " target ="_blank " rel ="noopener "
8690 href ="https://github.com/django-files/chrome-extension "> View Source</ a >
87- < i class =" fa-solid fa-circle fa-2xs mx-2 " > </ i >
91+ < svg > < use xlink:href =" #bi-dot " / ></ svg >
8892 < a class ="link-body-emphasis text-decoration-none " target ="_blank " rel ="noopener "
8993 href ="https://django-files.github.io/ "> Django Files</ a >
9094 </ div >
@@ -94,6 +98,12 @@ <h1 class="align-middle">Django Files Extension</h1>
9498</ div > <!-- flex -->
9599</ div > <!-- container -->
96100
101+ < div class ="d-none ">
102+ < svg xmlns ="http://www.w3.org/2000/svg " fill ="currentColor " id ="bi-dot " viewBox ="0 0 16 16 ">
103+ < path d ="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3 "/>
104+ </ svg >
105+ </ div >
106+
97107< script type ="text/javascript " src ="../dist/polyfill/browser-polyfill.min.js "> </ script >
98108< script type ="text/javascript " src ="../dist/jquery/jquery.min.js "> </ script >
99109< script type ="text/javascript " src ="../dist/bootstrap/bootstrap.bundle.min.js "> </ script >
0 commit comments