11<!DOCTYPE html>
22
33< html lang ="en " data-theme ="light ">
4-
5- < head >
6- < meta charset =" UTF-8 " />
7- < meta name =" viewport " content ="width=device-width, initial-scale=1.0 " />
8- < meta http-equiv =" X-UA-Compatible " content =" ie=edge " / >
9- < title > New Tab Notes </ title >
10- < link rel =" icon " type =" image/png " sizes =" 48x48 " href =" icon48.png " >
11- < link rel ="stylesheet " href =" https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css " >
12- < link rel =" stylesheet " href ="styles. css" >
13- < link rel ="preconnect " href ="https://fonts.googleapis.com " >
14- < link rel ="preconnect " href ="https://fonts.gstatic .com " crossorigin >
15- < link
16- href =" https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Mono:wght@400;500;700&display=swap "
17- rel =" stylesheet " >
18- <!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600|Source+Code+Pro"> -- >
19- <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter :400,700&display=swap" / > -->
20- <!-- <link rel="stylesheet" href="https://use.fontawesome .com/releases/v6.5.1/ css/all.css" > -->
21- </ head >
22-
23- < body >
24- < nav class =" navbar container " >
25- < div class =" navbar-brand " >
4+ < head >
5+ < meta charset =" UTF-8 " / >
6+ < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " />
7+ < meta http-equiv =" X-UA-Compatible " content ="ie=edge " />
8+ < title > New Tab Notes </ title >
9+ < link rel =" icon " type =" image/png " sizes =" 48x48 " href =" icon48.png " / >
10+ < link
11+ rel ="stylesheet "
12+ href ="https://cdn.jsdelivr.net/npm/bulma@0.9.4/ css/bulma.min.css " / >
13+ < link rel ="stylesheet " href ="./styles.css " / >
14+ < link rel ="preconnect " href ="https://fonts.googleapis .com " / >
15+ < link rel =" preconnect " href =" https://fonts.gstatic.com " crossorigin />
16+ < link
17+ href =" https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Mono:wght@400;500;700&display=swap "
18+ rel =" stylesheet " / >
19+ <!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans :400,600|Source+Code+Pro" > -->
20+ <!-- <link rel="stylesheet" href="https://fonts.googleapis .com/css?family=Bitter:400,700&display=swap" / > -->
21+ <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.1/css/all.css"> -- >
22+ </ head >
23+
24+ < body >
25+ < header >
2626 < h1 class ="nav-title "> 📝 New Tab Notes</ h1 >
27- </ div >
2827
29- < div class ="navbar-end ">
30- < button type ="button " data-theme-toggle aria-label ="Change to light theme "> Change to light theme
28+ < button
29+ type ="button "
30+ data-theme-toggle
31+ aria-label ="Change to light theme ">
32+ Change to light theme
3133 </ button >
32- </ div >
33- </ nav >
34-
35- < main class ="container ">
36- < textarea class ="textarea " id ="notes " rows ="" placeholder ="Write something... "> </ textarea >
37- </ main >
38-
39- < footer class ="footer container ">
40- < p > Made with < a class ="heart " href ="https://github.com/semanticdata/firefox-new-tab-notes "> ❤</ a > by < a
41- href ="https://github.com/semanticdata "> semanticdata</ a > .
42- </ p >
43- </ footer >
44-
45- < script type ="text/javascript " src ="tabnotes.js "> </ script >
46- < script type ="text/javascript " src ="toggle.js "> </ script >
47- </ body >
48-
49- </ html >
34+ </ header >
35+
36+ < main >
37+ < textarea
38+ class ="textarea "
39+ id ="notes "
40+ rows =""
41+ placeholder ="Write something... "> </ textarea >
42+ </ main >
43+
44+ < footer >
45+ < p >
46+ Made with
47+ < a
48+ class ="heart "
49+ href ="https://github.com/semanticdata/firefox-new-tab-notes "
50+ > ❤</ a
51+ >
52+ by < a href ="https://github.com/semanticdata "> Miguel Pimentel</ a > .
53+ </ p >
54+ </ footer >
55+
56+ < script type ="text/javascript " src ="tabnotes.js "> </ script >
57+ < script type ="text/javascript " src ="toggle.js "> </ script >
58+ </ body >
59+ </ html >
0 commit comments