@@ -16,22 +16,25 @@ <h1>Hometask #1 | JavaScript</h1>
1616 < table >
1717 < thead >
1818 < tr >
19- < th class ="col category-icon "> </ th >
20- < th class ="col name "> Name</ th >
21- < th class ="col created "> Created</ th >
22- < th class ="col category1 "> Category</ th >
23- < th class ="col content "> Content</ th >
24- < th class ="col dates "> Dates</ th >
25- < th class ="col header-icon "> </ th >
26- < th class ="col header-icon archive " onclick ="switchTables() "> </ th >
27- < th class ="col header-icon delete "> </ th >
19+ < th class ="category-icon "> </ th >
20+ < th class ="name "> Name</ th >
21+ < th class ="created "> Created</ th >
22+ < th class ="category1 "> Category</ th >
23+ < th class ="content "> Content</ th >
24+ < th class ="dates "> Dates</ th >
25+ < th class ="header-icon "> </ th >
26+ < th class ="header-icon archive " onclick ="switchTables() "> </ th >
27+ < th class ="header-icon delete "> </ th >
2828 </ tr >
2929 </ thead >
3030 < tbody id ="active-archive-table "> </ tbody >
3131 </ table >
3232
33+ < script type ="module " src ="mainThread.js " defer > </ script >
3334 < div id ="create-note ">
34- < button > Create Note</ button >
35+ < button onclick ="buildForm() "> Build form</ button >
36+ < button onclick ="loadLocalData() "> Load local data</ button >
37+ < button id ="create-note-button "> Create Note</ button >
3538 </ div >
3639
3740 < table >
@@ -47,11 +50,5 @@ <h1>Hometask #1 | JavaScript</h1>
4750 </ table >
4851 </ main >
4952
50- < script type ="module " src ="mainThread.js "> </ script >
51- <!-- <script type="module" src="scripts/svgs.js"></script>-->
52- <!-- <script src="scripts/data.js"></script>-->
53- <!-- <script src="scripts/HTMLBuilder.js"></script>-->
54- <!-- <script type="module" src="scripts/functions.js"></script>-->
55- <!-- <script src="scripts/form.js"></script>-->
5653</ body >
5754</ html >
0 commit comments