Test?
This commit is contained in:
parent
772e71b27e
commit
6219e4ba53
2
index.js
2
index.js
|
|
@ -259,6 +259,8 @@ const convertPasswords = () => { // Read auth.json and convert plaintext to hash
|
||||||
console.warn('auth.json file not found for password conversion.');
|
console.warn('auth.json file not found for password conversion.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
global.authUsers = JSON.parse(fs.readFileSync(authFilePath, 'utf8'));
|
global.authUsers = JSON.parse(fs.readFileSync(authFilePath, 'utf8'));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
6
static/assets/fa/css/brands.css
Normal file
6
static/assets/fa/css/brands.css
Normal file
File diff suppressed because one or more lines are too long
6
static/assets/fa/css/chisel-regular.css
Normal file
6
static/assets/fa/css/chisel-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-chisel:"Font Awesome 7 Chisel";--fa-font-chisel-regular:normal 400 1em/1 var(--fa-family-chisel);--fa-style-family-chisel:var(--fa-family-chisel)}@font-face{font-family:"Font Awesome 7 Chisel";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-chisel-regular-400.woff2)}.facr{--fa-style:400}.fa-chisel,.facr{--fa-family:var(--fa-family-chisel)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/duotone-light.css
Normal file
6
static/assets/fa/css/duotone-light.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-duotone:"Font Awesome 7 Duotone";--fa-font-duotone-light:normal 300 1em/1 var(--fa-family-duotone);--fa-style-family-duotone:var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-duotone-light-300.woff2)}.fadl{--fa-style:300}.fa-duotone,.fadl{--fa-family:var(--fa-family-duotone);position:relative;letter-spacing:normal}.fa-light{--fa-style:300}.fa-duotone:before,.fadl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadl:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadl:before,.fa-swap-opacity .fadl:before,.fadl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadl:after,.fa-swap-opacity .fadl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadl,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadl,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadl{position:absolute}
|
||||||
6
static/assets/fa/css/duotone-regular.css
Normal file
6
static/assets/fa/css/duotone-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-duotone:"Font Awesome 7 Duotone";--fa-font-duotone-regular:normal 400 1em/1 var(--fa-family-duotone);--fa-style-family-duotone:var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-duotone-regular-400.woff2)}.fadr{--fa-style:400}.fa-duotone,.fadr{--fa-family:var(--fa-family-duotone);position:relative;letter-spacing:normal}.fa-regular{--fa-style:400}.fa-duotone:before,.fadr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadr:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadr:before,.fa-swap-opacity .fadr:before,.fadr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadr:after,.fa-swap-opacity .fadr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadr,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadr,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadr{position:absolute}
|
||||||
6
static/assets/fa/css/duotone-thin.css
Normal file
6
static/assets/fa/css/duotone-thin.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-duotone:"Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 var(--fa-family-duotone);--fa-style-family-duotone:var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-duotone-thin-100.woff2)}.fadt{--fa-style:100}.fa-duotone,.fadt{--fa-family:var(--fa-family-duotone);position:relative;letter-spacing:normal}.fa-thin{--fa-style:100}.fa-duotone:before,.fadt:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadt:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadt:before,.fa-swap-opacity .fadt:before,.fadt:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadt:after,.fa-swap-opacity .fadt:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadt,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadt,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadt{position:absolute}
|
||||||
6
static/assets/fa/css/duotone.css
Normal file
6
static/assets/fa/css/duotone.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-duotone:"Font Awesome 7 Duotone";--fa-font-duotone:normal 900 1em/1 var(--fa-family-duotone);--fa-style-family-duotone:var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-duotone-900.woff2)}.fa-duotone,.fad{--fa-family:var(--fa-family-duotone);--fa-style:900;position:relative;letter-spacing:normal}.fa-duotone:before,.fad:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fad:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone.fa-swap-opacity:before,.fa-duotone:after,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:var(--fa-secondary-opacity,.4)}.fa-duotone.fa-swap-opacity:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:var(--fa-primary-opacity,1)}.fa-duotone.fa-li,.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x,.fad.fa-li,.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}
|
||||||
6
static/assets/fa/css/etch-solid.css
Normal file
6
static/assets/fa/css/etch-solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-etch:"Font Awesome 7 Etch";--fa-font-etch-solid:normal 900 1em/1 var(--fa-family-etch);--fa-style-family-etch:var(--fa-family-etch)}@font-face{font-family:"Font Awesome 7 Etch";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-etch-solid-900.woff2)}.faes{--fa-style:900}.fa-etch,.faes{--fa-family:var(--fa-family-etch)}.fa-solid{--fa-style:900}
|
||||||
8
static/assets/fa/css/fontawesome.css
vendored
Normal file
8
static/assets/fa/css/fontawesome.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
static/assets/fa/css/graphite-thin.css
Normal file
6
static/assets/fa/css/graphite-thin.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-graphite:"Font Awesome 7 Graphite";--fa-font-graphite-thin:normal 100 1em/1 var(--fa-family-graphite);--fa-style-family-graphite:var(--fa-family-graphite)}@font-face{font-family:"Font Awesome 7 Graphite";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-graphite-thin-100.woff2)}.fagt{--fa-style:100}.fa-graphite,.fagt{--fa-family:var(--fa-family-graphite)}.fa-thin{--fa-style:100}
|
||||||
6
static/assets/fa/css/jelly-duo-regular.css
Normal file
6
static/assets/fa/css/jelly-duo-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-jelly-duo:"Font Awesome 7 Jelly Duo";--fa-font-jelly-duo-regular:normal 400 1em/1 var(--fa-family-jelly-duo);--fa-style-family-jelly-duo:var(--fa-family-jelly-duo)}@font-face{font-family:"Font Awesome 7 Jelly Duo";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-jelly-duo-regular-400.woff2)}.fajdr{--fa-style:400}.fa-jelly-duo,.fajdr{--fa-family:var(--fa-family-jelly-duo);position:relative;letter-spacing:normal}.fa-regular{--fa-style:400}.fa-jelly-duo:before,.fajdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-jelly-duo:after,.fajdr:after{color:var(--fa-secondary-color,currentColor)}.fa-jelly-duo:after,.fa-swap-opacity.fa-jelly-duo:before,.fa-swap-opacity .fa-jelly-duo:before,.fa-swap-opacity.fajdr:before,.fa-swap-opacity .fajdr:before,.fajdr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-jelly-duo:after,.fa-swap-opacity .fa-jelly-duo:after,.fa-swap-opacity.fajdr:after,.fa-swap-opacity .fajdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-jelly-duo,.fa-li.fajdr,.fa-stack-1x.fa-jelly-duo,.fa-stack-1x.fajdr,.fa-stack-2x.fa-jelly-duo,.fa-stack-2x.fajdr{position:absolute}
|
||||||
6
static/assets/fa/css/jelly-fill-regular.css
Normal file
6
static/assets/fa/css/jelly-fill-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-jelly-fill:"Font Awesome 7 Jelly Fill";--fa-font-jelly-fill-regular:normal 400 1em/1 var(--fa-family-jelly-fill);--fa-style-family-jelly-fill:var(--fa-family-jelly-fill)}@font-face{font-family:"Font Awesome 7 Jelly Fill";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-jelly-fill-regular-400.woff2)}.fajfr{--fa-style:400}.fa-jelly-fill,.fajfr{--fa-family:var(--fa-family-jelly-fill)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/jelly-regular.css
Normal file
6
static/assets/fa/css/jelly-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-jelly:"Font Awesome 7 Jelly";--fa-font-jelly-regular:normal 400 1em/1 var(--fa-family-jelly);--fa-style-family-jelly:var(--fa-family-jelly)}@font-face{font-family:"Font Awesome 7 Jelly";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-jelly-regular-400.woff2)}.fajr{--fa-style:400}.fa-jelly,.fajr{--fa-family:var(--fa-family-jelly)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/light.css
Normal file
6
static/assets/fa/css/light.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-light:normal 300 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.woff2)}.fal{--fa-style:300}.fa-classic,.fal{--fa-family:var(--fa-family-classic)}.fa-light{--fa-style:300}
|
||||||
6
static/assets/fa/css/notdog-duo-solid.css
Normal file
6
static/assets/fa/css/notdog-duo-solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-notdog-duo:"Font Awesome 7 Notdog Duo";--fa-font-notdog-duo-solid:normal 900 1em/1 var(--fa-family-notdog-duo);--fa-style-family-notdog-duo:var(--fa-family-notdog-duo)}@font-face{font-family:"Font Awesome 7 Notdog Duo";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-notdog-duo-solid-900.woff2)}.fands{--fa-style:900}.fa-notdog-duo,.fands{--fa-family:var(--fa-family-notdog-duo);position:relative;letter-spacing:normal}.fa-solid{--fa-style:900}.fa-notdog-duo:before,.fands:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-notdog-duo:after,.fands:after{color:var(--fa-secondary-color,currentColor)}.fa-notdog-duo:after,.fa-swap-opacity.fa-notdog-duo:before,.fa-swap-opacity .fa-notdog-duo:before,.fa-swap-opacity.fands:before,.fa-swap-opacity .fands:before,.fands:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-notdog-duo:after,.fa-swap-opacity .fa-notdog-duo:after,.fa-swap-opacity.fands:after,.fa-swap-opacity .fands:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-notdog-duo,.fa-li.fands,.fa-stack-1x.fa-notdog-duo,.fa-stack-1x.fands,.fa-stack-2x.fa-notdog-duo,.fa-stack-2x.fands{position:absolute}
|
||||||
6
static/assets/fa/css/notdog-solid.css
Normal file
6
static/assets/fa/css/notdog-solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-notdog:"Font Awesome 7 Notdog";--fa-font-notdog-solid:normal 900 1em/1 var(--fa-family-notdog);--fa-style-family-notdog:var(--fa-family-notdog)}@font-face{font-family:"Font Awesome 7 Notdog";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-notdog-solid-900.woff2)}.fans{--fa-style:900}.fa-notdog,.fans{--fa-family:var(--fa-family-notdog)}.fa-solid{--fa-style:900}
|
||||||
6
static/assets/fa/css/regular.css
Normal file
6
static/assets/fa/css/regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2)}.far{--fa-style:400}.fa-classic,.far{--fa-family:var(--fa-family-classic)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/sharp-duotone-light.css
Normal file
6
static/assets/fa/css/sharp-duotone-light.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-sharp-duotone-light-300.woff2)}.fasdl{--fa-style:300}.fa-sharp-duotone,.fasdl{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-light{--fa-style:300}.fa-sharp-duotone:before,.fasdl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdl:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdl:before,.fa-swap-opacity .fasdl:before,.fasdl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdl:after,.fa-swap-opacity .fasdl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdl,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdl,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdl{position:absolute}
|
||||||
6
static/assets/fa/css/sharp-duotone-regular.css
Normal file
6
static/assets/fa/css/sharp-duotone-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-sharp-duotone-regular-400.woff2)}.fasdr{--fa-style:400}.fa-sharp-duotone,.fasdr{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-regular{--fa-style:400}.fa-sharp-duotone:before,.fasdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdr:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdr:before,.fa-swap-opacity .fasdr:before,.fasdr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdr:after,.fa-swap-opacity .fasdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdr,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdr,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdr{position:absolute}
|
||||||
6
static/assets/fa/css/sharp-duotone-solid.css
Normal file
6
static/assets/fa/css/sharp-duotone-solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-solid:normal 900 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-sharp-duotone-solid-900.woff2)}.fasds{--fa-style:900}.fa-sharp-duotone,.fasds{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-solid{--fa-style:900}.fa-sharp-duotone:before,.fasds:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasds:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasds:before,.fa-swap-opacity .fasds:before,.fasds:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasds:after,.fa-swap-opacity .fasds:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasds,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasds,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasds{position:absolute}
|
||||||
6
static/assets/fa/css/sharp-duotone-thin.css
Normal file
6
static/assets/fa/css/sharp-duotone-thin.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-sharp-duotone-thin-100.woff2)}.fasdt{--fa-style:100}.fa-sharp-duotone,.fasdt{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-thin{--fa-style:100}.fa-sharp-duotone:before,.fasdt:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdt:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdt:before,.fa-swap-opacity .fasdt:before,.fasdt:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdt:after,.fa-swap-opacity .fasdt:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdt,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdt,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdt{position:absolute}
|
||||||
6
static/assets/fa/css/sharp-light.css
Normal file
6
static/assets/fa/css/sharp-light.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-sharp-light-300.woff2)}.fasl{--fa-style:300}.fa-sharp,.fasl{--fa-family:var(--fa-family-sharp)}.fa-light{--fa-style:300}
|
||||||
6
static/assets/fa/css/sharp-regular.css
Normal file
6
static/assets/fa/css/sharp-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-sharp-regular-400.woff2)}.fasr{--fa-style:400}.fa-sharp,.fasr{--fa-family:var(--fa-family-sharp)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/sharp-solid.css
Normal file
6
static/assets/fa/css/sharp-solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-solid:normal 900 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-sharp-solid-900.woff2)}.fass{--fa-style:900}.fa-sharp,.fass{--fa-family:var(--fa-family-sharp)}.fa-solid{--fa-style:900}
|
||||||
6
static/assets/fa/css/sharp-thin.css
Normal file
6
static/assets/fa/css/sharp-thin.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-sharp-thin-100.woff2)}.fast{--fa-style:100}.fa-sharp,.fast{--fa-family:var(--fa-family-sharp)}.fa-thin{--fa-style:100}
|
||||||
6
static/assets/fa/css/slab-press-regular.css
Normal file
6
static/assets/fa/css/slab-press-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-slab-press:"Font Awesome 7 Slab Press";--fa-font-slab-press-regular:normal 400 1em/1 var(--fa-family-slab-press);--fa-style-family-slab-press:var(--fa-family-slab-press)}@font-face{font-family:"Font Awesome 7 Slab Press";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-slab-press-regular-400.woff2)}.faslpr{--fa-style:400}.fa-slab-press,.faslpr{--fa-family:var(--fa-family-slab-press)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/slab-regular.css
Normal file
6
static/assets/fa/css/slab-regular.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-slab:"Font Awesome 7 Slab";--fa-font-slab-regular:normal 400 1em/1 var(--fa-family-slab);--fa-style-family-slab:var(--fa-family-slab)}@font-face{font-family:"Font Awesome 7 Slab";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-slab-regular-400.woff2)}.faslr{--fa-style:400}.fa-slab,.faslr{--fa-family:var(--fa-family-slab)}.fa-regular{--fa-style:400}
|
||||||
6
static/assets/fa/css/solid.css
Normal file
6
static/assets/fa/css/solid.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}
|
||||||
6
static/assets/fa/css/thin.css
Normal file
6
static/assets/fa/css/thin.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-thin-100.woff2)}.fat{--fa-style:100}.fa-classic,.fat{--fa-family:var(--fa-family-classic)}.fa-thin{--fa-style:100}
|
||||||
6
static/assets/fa/css/thumbprint-light.css
Normal file
6
static/assets/fa/css/thumbprint-light.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-thumbprint:"Font Awesome 7 Thumbprint";--fa-font-thumbprint-light:normal 300 1em/1 var(--fa-family-thumbprint);--fa-style-family-thumbprint:var(--fa-family-thumbprint)}@font-face{font-family:"Font Awesome 7 Thumbprint";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-thumbprint-light-300.woff2)}.fatl{--fa-style:300}.fa-thumbprint,.fatl{--fa-family:var(--fa-family-thumbprint);position:relative;letter-spacing:normal}.fa-light{--fa-style:300}.fa-thumbprint:before,.fatl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-thumbprint:after,.fatl:after{color:var(--fa-secondary-color,currentColor)}.fa-swap-opacity.fa-thumbprint:before,.fa-swap-opacity .fa-thumbprint:before,.fa-swap-opacity.fatl:before,.fa-swap-opacity .fatl:before,.fa-thumbprint:after,.fatl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-thumbprint:after,.fa-swap-opacity .fa-thumbprint:after,.fa-swap-opacity.fatl:after,.fa-swap-opacity .fatl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-thumbprint,.fa-li.fatl,.fa-stack-1x.fa-thumbprint,.fa-stack-1x.fatl,.fa-stack-2x.fa-thumbprint,.fa-stack-2x.fatl{position:absolute}
|
||||||
6
static/assets/fa/css/utility-duo-semibold.css
Normal file
6
static/assets/fa/css/utility-duo-semibold.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-utility-duo:"Font Awesome 7 Utility Duo";--fa-font-utility-duo-semibold:normal 600 1em/1 var(--fa-family-utility-duo);--fa-style-family-utility-duo:var(--fa-family-utility-duo)}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../webfonts/fa-utility-duo-semibold-600.woff2)}.faudsb{--fa-style:600}.fa-utility-duo,.faudsb{--fa-family:var(--fa-family-utility-duo);position:relative;letter-spacing:normal}.fa-semibold{--fa-style:600}.fa-utility-duo:before,.faudsb:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-utility-duo:after,.faudsb:after{color:var(--fa-secondary-color,currentColor)}.fa-swap-opacity.fa-utility-duo:before,.fa-swap-opacity .fa-utility-duo:before,.fa-swap-opacity.faudsb:before,.fa-swap-opacity .faudsb:before,.fa-utility-duo:after,.faudsb:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-utility-duo:after,.fa-swap-opacity .fa-utility-duo:after,.fa-swap-opacity.faudsb:after,.fa-swap-opacity .faudsb:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-utility-duo,.fa-li.faudsb,.fa-stack-1x.fa-utility-duo,.fa-stack-1x.faudsb,.fa-stack-2x.fa-utility-duo,.fa-stack-2x.faudsb{position:absolute}
|
||||||
6
static/assets/fa/css/utility-fill-semibold.css
Normal file
6
static/assets/fa/css/utility-fill-semibold.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-utility-fill:"Font Awesome 7 Utility Fill";--fa-font-utility-fill-semibold:normal 600 1em/1 var(--fa-family-utility-fill);--fa-style-family-utility-fill:var(--fa-family-utility-fill)}@font-face{font-family:"Font Awesome 7 Utility Fill";font-style:normal;font-weight:600;font-display:block;src:url(../webfonts/fa-utility-fill-semibold-600.woff2)}.faufsb{--fa-style:600}.fa-utility-fill,.faufsb{--fa-family:var(--fa-family-utility-fill)}.fa-semibold{--fa-style:600}
|
||||||
6
static/assets/fa/css/utility-semibold.css
Normal file
6
static/assets/fa/css/utility-semibold.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-utility:"Font Awesome 7 Utility";--fa-font-utility-semibold:normal 600 1em/1 var(--fa-family-utility);--fa-style-family-utility:var(--fa-family-utility)}@font-face{font-family:"Font Awesome 7 Utility";font-style:normal;font-weight:600;font-display:block;src:url(../webfonts/fa-utility-semibold-600.woff2)}.fausb{--fa-style:600}.fa-utility,.fausb{--fa-family:var(--fa-family-utility)}.fa-semibold{--fa-style:600}
|
||||||
6
static/assets/fa/css/whiteboard-semibold.css
Normal file
6
static/assets/fa/css/whiteboard-semibold.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
* Copyright 2026 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-family-whiteboard:"Font Awesome 7 Whiteboard";--fa-font-whiteboard-semibold:normal 600 1em/1 var(--fa-family-whiteboard);--fa-style-family-whiteboard:var(--fa-family-whiteboard)}@font-face{font-family:"Font Awesome 7 Whiteboard";font-style:normal;font-weight:600;font-display:block;src:url(../webfonts/fa-whiteboard-semibold-600.woff2)}.fawsb{--fa-style:600}.fa-whiteboard,.fawsb{--fa-family:var(--fa-family-whiteboard)}.fa-semibold{--fa-style:600}
|
||||||
BIN
static/assets/fa/webfonts/fa-brands-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-chisel-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-chisel-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-duotone-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-duotone-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-duotone-light-300.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-duotone-light-300.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-duotone-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-duotone-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-duotone-thin-100.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-duotone-thin-100.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-etch-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-etch-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-graphite-thin-100.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-graphite-thin-100.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-jelly-duo-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-jelly-duo-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-jelly-fill-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-jelly-fill-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-jelly-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-jelly-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-light-300.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-light-300.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-notdog-duo-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-notdog-duo-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-notdog-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-notdog-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-duotone-light-300.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-duotone-light-300.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-duotone-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-duotone-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-duotone-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-duotone-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-duotone-thin-100.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-duotone-thin-100.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-light-300.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-light-300.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-sharp-thin-100.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-sharp-thin-100.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-slab-press-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-slab-press-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-slab-regular-400.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-slab-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-solid-900.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-thin-100.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-thin-100.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-thumbprint-light-300.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-thumbprint-light-300.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-utility-duo-semibold-600.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-utility-duo-semibold-600.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-utility-fill-semibold-600.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-utility-fill-semibold-600.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-utility-semibold-600.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-utility-semibold-600.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-v4compatibility.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-v4compatibility.woff2
Normal file
Binary file not shown.
BIN
static/assets/fa/webfonts/fa-whiteboard-semibold-600.woff2
Normal file
BIN
static/assets/fa/webfonts/fa-whiteboard-semibold-600.woff2
Normal file
Binary file not shown.
|
|
@ -5,11 +5,11 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.1.0/css/all.css" />
|
<link rel="stylesheet" href="/assets/fa/css/fontawesome.css" />
|
||||||
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.1.0/css/sharp-solid.css" />
|
<link rel="stylesheet" href="/assets/fa/css/sharp-solid.css" />
|
||||||
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.1.0/css/sharp-regular.css" />
|
<link rel="stylesheet" href="/assets/fa/css/sharp-regular.css" />
|
||||||
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.1.0/css/sharp-light.css" />
|
<link rel="stylesheet" href="/assets/fa/css/sharp-light.css" />
|
||||||
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.1.0/css/duotone.css" />
|
<link rel="stylesheet" href="/assets/fa/css/duotone.css" />
|
||||||
<title>Paging Console</title>
|
<title>Paging Console</title>
|
||||||
<style type="text/tailwindcss">
|
<style type="text/tailwindcss">
|
||||||
@layer components {
|
@layer components {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tuta-amb/fontawesome-pro@latest/web/css/all.min.css">
|
<link rel="stylesheet" href="/assets/fa/css/fontawesome.css">
|
||||||
<title>Sign In</title>
|
<title>Sign In</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue