1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Quote Generator</ title >
3
+ < head >
4
+ < meta charset ="UTF-8 " / >
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " / >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
7
+ < title > Quote Generator</ title >
8
8
9
- <!-- google fonts -->
10
- < link rel ="preconnect " href ="https://fonts.googleapis.com ">
11
- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
12
- < link href ="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap " rel ="stylesheet ">
9
+ <!-- google fonts -->
10
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
11
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
12
+ < link
13
+ href ="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap "
14
+ rel ="stylesheet "
15
+ />
13
16
14
- <!-- font awesome cdn -->
15
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.15.3/css/all.css " integrity ="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk " crossorigin ="anonymous ">
17
+ <!-- font awesome cdn -->
18
+ < link
19
+ rel ="stylesheet "
20
+ href ="https://use.fontawesome.com/releases/v5.15.3/css/all.css "
21
+ integrity ="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk "
22
+ crossorigin ="anonymous "
23
+ />
16
24
17
- < link rel ="stylesheet " href ="style.css ">
18
- </ head >
19
- < body >
20
- < div >
21
- < h1 > Quote Generator</ h1 >
22
- < div class ="container ">
23
- < i class ="fas fa-quote-left "> </ i >
24
- < div id ="quotes ">
25
- Everything in life is luck.
26
- </ div >
27
- < hr >
28
- < div id ="author ">
29
- By Donald Trump
30
- </ div >
31
- < button onclick ="getQuotes() "> New Quotes</ button >
32
-
33
- </ div >
34
-
35
- </ div >
36
-
25
+ < link rel ="stylesheet " href ="style.css " />
26
+ </ head >
27
+ < body >
28
+ < div >
29
+ < h1 > Quote Generator</ h1 >
30
+ < div class ="container ">
31
+ < i class ="fas fa-quote-left "> </ i >
32
+ < div id ="quotes "> Everything in life is luck.</ div >
33
+ < hr />
34
+ < div id ="author "> By Donald Trump</ div >
35
+ < button onclick ="getQuotes() "> New Quotes</ button >
36
+ </ div >
37
+ </ div >
38
+
39
+ < script src ="script.js "> </ script >
40
+ </ body >
41
+ </ html >
37
42
38
- < script src ="script.js ">
39
-
40
- </ script >
41
- </ body >
42
- </ html >
0 commit comments