File tree Expand file tree Collapse file tree 15 files changed +348
-0
lines changed Expand file tree Collapse file tree 15 files changed +348
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > FetchCord</ title >
5
+ < meta content ="text/html " charset ="UTF-8 " http-equiv ="Content-Type ">
6
+ < meta content ="UTF-8 " http-equiv ="encoding ">
7
+ < link type ="text/css " rel ="stylesheet " href ="styles.css ">
8
+ < script type ="code/javascript " src ="script.js "> </ script >
9
+ < link rel = "icon " href = "favicon.ico ">
10
+ </ head >
11
+
12
+ < body >
13
+ < div class ="navbar ">
14
+ < a href ="index.html "> Home</ a >
15
+ < a href ="about.html "> About</ a >
16
+ < a href ="credits.html "> Credits</ a >
17
+ < div class ="dropdown ">
18
+ < button class ="dropbtn "> Downloads
19
+ < i class ="fa fa-caret-down "> </ i >
20
+ </ button >
21
+ < div class ="dropdown-content ">
22
+ < a href ="linux.html "> Linux</ a >
23
+ < a href ="macos.html "> MacOS</ a >
24
+ < a href ="windows.html "> Windows</ a >
25
+ </ div >
26
+ </ div >
27
+ </ div >
28
+
29
+
30
+ < header class ="head5 "> < h1 > </ h1 > </ header >
31
+ </ body >
32
+
33
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > FetchCord</ title >
5
+ < meta content ="text/html " charset ="UTF-8 " http-equiv ="Content-Type ">
6
+ < meta content ="UTF-8 " http-equiv ="encoding ">
7
+ < link type ="text/css " rel ="stylesheet " href ="styles.css ">
8
+ < script type ="code/javascript " src ="script.js "> </ script >
9
+ < link rel = "icon " href = "favicon.ico ">
10
+ </ head >
11
+
12
+ < body >
13
+ < div class ="navbar ">
14
+ < a href ="index.html "> Home</ a >
15
+ < a href ="about.html "> About</ a >
16
+ < a href ="credits.html "> Credits</ a >
17
+ < div class ="dropdown ">
18
+ < button class ="dropbtn "> Downloads
19
+ < i class ="fa fa-caret-down "> </ i >
20
+ </ button >
21
+ < div class ="dropdown-content ">
22
+ < a href ="linux.html "> Linux</ a >
23
+ < a href ="macos.html "> MacOS</ a >
24
+ < a href ="windows.html "> Windows</ a >
25
+ </ div >
26
+ </ div >
27
+ </ div >
28
+
29
+
30
+ < header class ="head4 "> < h1 > </ h1 > </ header >
31
+ </ body >
32
+
33
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > FetchCord</ title >
5
+ < meta content ="text/html " charset ="UTF-8 " http-equiv ="Content-Type ">
6
+ < meta content ="UTF-8 " http-equiv ="encoding ">
7
+ < link type ="text/css " rel ="stylesheet " href ="styles.css ">
8
+ < script type ="code/javascript " src ="script.js "> </ script >
9
+ < link rel = "icon " href = "favicon.ico ">
10
+ </ head >
11
+
12
+ < body >
13
+ < div class ="navbar ">
14
+ < a href ="index.html "> Home</ a >
15
+ < a href ="about.html "> About</ a >
16
+ < a href ="credits.html "> Credits</ a >
17
+ < div class ="dropdown ">
18
+ < button class ="dropbtn "> Downloads
19
+ < i class ="fa fa-caret-down "> </ i >
20
+ </ button >
21
+ < div class ="dropdown-content ">
22
+ < a href ="linux.html "> Linux</ a >
23
+ < a href ="macos.html "> MacOS</ a >
24
+ < a href ="windows.html "> Windows</ a >
25
+ </ div >
26
+ </ div >
27
+ </ div >
28
+
29
+ < header class ="head3 "> < h1 > </ h1 > </ header >
30
+ </ body >
31
+
32
+ </ html >
You can’t perform that action at this time.
0 commit comments