File tree 1 file changed +54
-0
lines changed
1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Plagiarism Detection Results</ title >
7
+ < style >
8
+ body , html {
9
+ margin : 0 ;
10
+ padding : 0 ;
11
+ font-family : Arial, sans-serif;
12
+ }
13
+
14
+ .container {
15
+ display : flex;
16
+ justify-content : space-between;
17
+ padding : 20px ;
18
+ }
19
+
20
+ .content {
21
+ width : 48% ;
22
+ border : 1px solid # ddd ;
23
+ padding : 10px ;
24
+ overflow : auto;
25
+ height : 90vh ;
26
+ }
27
+
28
+ h3 {
29
+ color : # 333 ;
30
+ border-bottom : 1px solid # ddd ;
31
+ padding-bottom : 5px ;
32
+ }
33
+
34
+ span {
35
+ display : inline;
36
+ }
37
+
38
+ a {
39
+ color : # 06c ;
40
+ text-decoration : none;
41
+ }
42
+
43
+ a : hover {
44
+ text-decoration : underline;
45
+ }
46
+ </ style >
47
+ </ head >
48
+ < body >
49
+ < div class ="container ">
50
+ < div class ="content " id ="leftContent "> </ div >
51
+ < div class ="content " id ="rightContent "> </ div >
52
+ </ div >
53
+ </ body >
54
+ </ html >
You can’t perform that action at this time.
0 commit comments