File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< 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
- < link rel ="stylesheet " href ="style.css ">
8
- < title > Classifiers</ title >
5
+ < meta charset ="UTF-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < link rel ="stylesheet " href ="style.css ">
9
+ < title > Classifiers</ title >
9
10
</ head >
11
+
10
12
< body >
11
-
12
- < h1 class ="header "> Classifiers</ h1 >
13
- < div class ="cont ">
14
-
15
- < div class ="classifier ">
16
- Text Analyzer
17
-
18
- < button > < a href ="./Classifiers/textAnalysis.html "> Check Here</ a > </ button >
19
- </ div >
20
- < div class ="classifier "> News Analyzer
21
- < button > < a href ="./Classifiers/newsAnalysis.html "> Check Here</ a > </ button >
22
- </ div >
23
- < div class ="classifier "> Language Analyzer
24
- < button > < a href ="./Classifiers/languageAnalysis.html "> Check Here</ a > </ button >
25
- </ div >
26
-
27
- </ div >
13
+ < h1 class ="header "> Classifiers</ h1 >
14
+ < div class ="cont ">
15
+ < div class ="classifier "> Text Analyzer
16
+ < button > < a href ="./Classifiers/textAnalysis.html "> Check Here</ a > </ button >
17
+ </ div >
18
+ < div class ="classifier "> News Analyzer
19
+ < button > < a href ="./Classifiers/newsAnalysis.html "> Check Here</ a > </ button >
20
+ </ div >
21
+ < div class ="classifier "> Language Analyzer
22
+ < button > < a href ="./Classifiers/languageAnalysis.html "> Check Here</ a > </ button >
23
+ </ div >
24
+ </ div >
28
25
</ body >
29
- </ html >
26
+
27
+ </ html >
You can’t perform that action at this time.
0 commit comments