2
2
< html >
3
3
< head >
4
4
< title > Perplexity Abstract Creator</ title >
5
- < link rel ="stylesheet " href ="style.css ">
5
+ < link rel ="stylesheet " href ="../style/ style.css ">
6
6
</ head >
7
7
< body >
8
8
< div id ="tabs " role ="tablist ">
9
9
< 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 "/>
11
11
< span class ="button-text "> </ span >
12
12
</ button >
13
13
< 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 "/>
15
15
< span class ="button-text "> </ span >
16
16
</ button >
17
17
< 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 "/>
19
19
< span class ="button-text "> </ span >
20
20
</ button >
21
21
25
25
< div id ="responseContainer ">
26
26
< div id ="apiResponse " aria-live ="polite ">
27
27
28
- < img src ="icons/icon.png " id ="logo " width ="256 " height ="256 " />
28
+ < img src ="../ icons/icon.png " id ="logo " width ="256 " height ="256 " />
29
29
< span id ="initialText "> </ span > </ div >
30
30
< div id ="spinner " aria-hidden ="true " style ="display:none; "> </ div >
31
31
</ div >
32
32
< div id ="button-container ">
33
33
< 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 "/>
35
35
< span class ="button-text "> </ span >
36
36
</ button >
37
37
< 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 "/>
39
39
< span class ="button-text "> </ span >
40
40
</ button >
41
41
< button id ="copyText ">
42
- < img src ="icons/copy.svg " alt ="Copy text icon "/>
42
+ < img src ="../ icons/copy.svg " alt ="Copy text icon "/>
43
43
< span class ="button-text "> </ span >
44
44
</ button >
45
45
< 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 "/>
47
47
< span class ="button-text "> </ span >
48
48
</ button >
49
49
</ div >
60
60
< input type ="number " id ="temperature " name ="temperature " value ="1 " step ="0.01 " min ="0 " max ="2 " aria-required ="true "> < br > < br >
61
61
< button type ="submit " class ="ok " id ="save ">
62
62
< 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 "/>
64
64
</ button >
65
65
</ fieldset >
66
66
< div id ="saveSuccess " class ="info-badge " role ="status "> </ div >
67
67
< div id ="saveError " class ="error-badge " role ="alert "> </ div >
68
68
</ form >
69
69
</ div >
70
70
< 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 " />
72
72
73
73
< a href ="https://github.com/imigueldiaz " target ="_blank " rel ="noopener noreferrer "> < h2 > Ignacio de Miguel Diaz</ h2 > </ a >
74
74
< 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
79
79
</ div >
80
80
81
81
</ div >
82
- < script type ="text/javascript " src ="lib/purify.min.js "> </ script >
82
+ < script type ="text/javascript " src ="../ lib/purify.min.js "> </ script >
83
83
< script type ="text/javascript " src ="extension.js "> </ script >
84
84
< 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 >
86
86
</ body >
87
87
</ html >
0 commit comments