File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1-
21<!DOCTYPE html>
32< html lang ="en ">
43
54< head >
65 < meta charset ="UTF-8 ">
76 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
87 < title > History</ title >
9- < link rel ="stylesheet " href ="/css/themes.css " />
10- < script src ="/css/themes.js " type ="module "> </ script >
8+ < link rel ="stylesheet " href ="/css/themes.css ">
119 < link href ="/css/history.css " rel ="stylesheet ">
10+ < script src ="/css/themes.js " type ="module "> </ script >
1211</ head >
1312
1413< body >
15-
1614 < div class ="container ">
1715 < div class ="header ">
1816 < h1 > History</ h1 >
19- < button class ="deleteBtn " id ="deleteBtn " onclick ="history_helper.clear(); location.reload(); "> Clear History</ button >
17+ < button class ="clearHistoryBtn " id ="deleteBtn " onclick ="history_helper.clear(); location.reload(); "> Clear History</ button >
2018 < input type ="text " class ="searchBar " placeholder ="Search History ">
2119 </ div >
22-
23-
24-
20+ </ div >
2521</ body >
2622
2723</ html >
You can’t perform that action at this time.
0 commit comments