This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="stylesheet " type ="text/css " href ="style.css ">
8
8
</ head >
9
9
< body >
10
- < p > < b > Security Audit for < a href ="https://encrypt.to/ "> Encrypt.to</ a > </ b > </ p >
11
- < div style ="background-color:yellow;width:200px; " id ="running "> Test running < img src ="indicator.gif "> </ div >
10
+ < h1 > Security Audit for < a href ="https://encrypt.to/ "> Encrypt.to</ a > </ h1 >
11
+ < div id ="running "> Test running < img src ="indicator.gif "> </ div >
12
+ < br />
12
13
< table id ="resultTable " border ="0 " cellspacing ="3 " cellpadding ="3 ">
13
14
< tbody >
14
15
< tr > < th > Github</ th > < th > equals?</ th > < th > Encrypt.to</ th > < th > Size</ th > </ tr >
15
16
</ tbody >
16
17
</ table >
18
+ < br />
17
19
< p id ="commit "> </ p >
18
20
< br />
19
21
< div id ="deployed ">
Original file line number Diff line number Diff line change @@ -11,24 +11,26 @@ body {
11
11
12
12
table {
13
13
font-family : verdana, arial, sans-serif;
14
- font-size : 11 px ;
14
+ font-size : 12 px ;
15
15
color : # 333333 ;
16
16
border-width : 1px ;
17
- border-color : # 666666 ;
17
+ border-color : # dedede ;
18
18
border-collapse : collapse;
19
19
}
20
+
20
21
table th {
21
22
border-width : 1px ;
22
23
padding : 8px ;
23
24
border-style : solid;
24
- border-color : # 666666 ;
25
+ border-color : # dedede ;
25
26
background-color : # dedede ;
26
27
}
28
+
27
29
table td {
28
30
border-width : 1px ;
29
31
padding : 8px ;
30
32
border-style : solid;
31
- border-color : # 666666 ;
33
+ border-color : # dedede ;
32
34
background-color : # ffffff ;
33
35
}
34
36
You can’t perform that action at this time.
0 commit comments