22< html >
33< head >
44 < title > Perplexity Abstract Creator</ title >
5- < link rel ="stylesheet " href ="style.css ">
5+ < link rel ="stylesheet " href ="../style/ style.css ">
66</ head >
77< body >
88 < div id ="tabs " role ="tablist ">
99 < button id ="popupTab " class ="tabLink active " role ="tab " aria-selected ="true " aria-controls ="popupContent ">
10- < img src ="icons/resume.svg " alt ="Resume icon "/>
10+ < img src ="../ icons/resume.svg " alt ="Resume icon "/>
1111 < span class ="button-text "> </ span >
1212 </ button >
1313 < button id ="optionsTab " class ="tabLink " role ="tab " aria-selected ="false " aria-controls ="optionsContent ">
14- < img src ="icons/settings.svg " alt ="Settings icon "/>
14+ < img src ="../ icons/settings.svg " alt ="Settings icon "/>
1515 < span class ="button-text "> </ span >
1616 </ button >
1717 < button id ="aboutTab " class ="tabLink " role ="tab " aria-selected ="false " aria-controls ="aboutContent ">
18- < img src ="icons/info.svg " alt ="About icon "/>
18+ < img src ="../ icons/info.svg " alt ="About icon "/>
1919 < span class ="button-text "> </ span >
2020 </ button >
2121
2525 < div id ="responseContainer ">
2626 < div id ="apiResponse " aria-live ="polite ">
2727
28- < img src ="icons/icon.png " id ="logo " width ="256 " height ="256 " />
28+ < img src ="../ icons/icon.png " id ="logo " width ="256 " height ="256 " />
2929 < span id ="initialText "> </ span > </ div >
3030 < div id ="spinner " aria-hidden ="true " style ="display:none; "> </ div >
3131 </ div >
3232 < div id ="button-container ">
3333 < button id ="copyMarkdown ">
34- < img src ="icons/copy-md.svg " alt ="Copy markdown icon "/>
34+ < img src ="../ icons/copy-md.svg " alt ="Copy markdown icon "/>
3535 < span class ="button-text "> </ span >
3636 </ button >
3737 < button id ="copyHtml ">
38- < img src ="icons/copy-html.svg " alt ="Copy HTML icon "/>
38+ < img src ="../ icons/copy-html.svg " alt ="Copy HTML icon "/>
3939 < span class ="button-text "> </ span >
4040 </ button >
4141 < button id ="copyText ">
42- < img src ="icons/copy.svg " alt ="Copy text icon "/>
42+ < img src ="../ icons/copy.svg " alt ="Copy text icon "/>
4343 < span class ="button-text "> </ span >
4444 </ button >
4545 < button id ="resume " class ="ok " aria-controls ="responseContainer " aria-expanded ="false ">
46- < img src ="icons/resume.svg " alt ="Resume icon "/>
46+ < img src ="../ icons/resume.svg " alt ="Resume icon "/>
4747 < span class ="button-text "> </ span >
4848 </ button >
4949 </ div >
6060 < input type ="number " id ="temperature " name ="temperature " value ="1 " step ="0.01 " min ="0 " max ="2 " aria-required ="true "> < br > < br >
6161 < button type ="submit " class ="ok " id ="save ">
6262 < span class ="button-text "> </ span >
63- < img src ="icons/save.svg " alt ="Save icon " width ="20 " height ="20 " id ="saveImg "/>
63+ < img src ="../ icons/save.svg " alt ="Save icon " width ="20 " height ="20 " id ="saveImg "/>
6464 </ button >
6565 </ fieldset >
6666 < div id ="saveSuccess " class ="info-badge " role ="status "> </ div >
6767 < div id ="saveError " class ="error-badge " role ="alert "> </ div >
6868 </ form >
6969 </ div >
7070 < div id ="aboutContent " class ="tabContent " role ="tabpanel " aria-labelledby ="aboutTab " style ="display: none; ">
71- < img src ="icons/icon128.png " alt ="Extension Logo " class ="about-logo " />
71+ < img src ="../ icons/icon128.png " alt ="Extension Logo " class ="about-logo " />
7272
7373 < a href ="https://github.com/imigueldiaz " target ="_blank " rel ="noopener noreferrer "> < h2 > Ignacio de Miguel Diaz</ h2 > </ a >
7474 < h3 > < a href ="https://github.com/imigueldiaz/firefox-quick-abstract " target ="_blank " rel ="noopener noreferrer "> < span id ="extensionName "> </ span > </ a > </ h3 >
@@ -79,9 +79,9 @@ <h3><a href="https://github.com/imigueldiaz/firefox-quick-abstract" target="_bla
7979 </ div >
8080
8181 </ div >
82- < script type ="text/javascript " src ="lib/purify.min.js "> </ script >
82+ < script type ="text/javascript " src ="../ lib/purify.min.js "> </ script >
8383 < script type ="text/javascript " src ="extension.js "> </ script >
8484 < script type ="text/javascript " src ="popup.js "> </ script >
85- < script type ="text/javascript " src ="options.js "> </ script >
85+ < script type ="text/javascript " src ="../options/ options.js "> </ script >
8686 </ body >
8787 </ html >
0 commit comments