diff options
Diffstat (limited to 'framework/src/domain/mime/testdata/inlined')
7 files changed, 489 insertions, 0 deletions
diff --git a/framework/src/domain/mime/testdata/inlined/encapsulated-with-attachment.mbox.html b/framework/src/domain/mime/testdata/inlined/encapsulated-with-attachment.mbox.html new file mode 100644 index 00000000..26d3dd60 --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/encapsulated-with-attachment.mbox.html | |||
@@ -0,0 +1,58 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <a name="att1"/> | ||
9 | <div id="attachmentDiv1"> | ||
10 | <div class="noquote"> | ||
11 | <div dir="ltr">This is the first encapsulating message.</div> | ||
12 | </div> | ||
13 | </div> | ||
14 | <a name="att2"/> | ||
15 | <div id="attachmentDiv2"> | ||
16 | <table cellspacing="1" cellpadding="1" class="rfc822"> | ||
17 | <tr class="rfc822H"> | ||
18 | <td dir="ltr"> | ||
19 | <a href="attachment:2.1?place=body">Encapsulated message</a> | ||
20 | </td> | ||
21 | </tr> | ||
22 | <tr class="rfc822B"> | ||
23 | <td> | ||
24 | <a name="att2.1"/> | ||
25 | <div id="attachmentDiv2.1"> | ||
26 | <a name="att2.1.1"/> | ||
27 | <div id="attachmentDiv2.1.1"> | ||
28 | <div class="noquote"> | ||
29 | <div dir="ltr">This is the second encapsulated message.</div> | ||
30 | </div> | ||
31 | </div> | ||
32 | <a name="att2.1.2"/> | ||
33 | <div id="attachmentDiv2.1.2"> | ||
34 | <table cellspacing="1" class="textAtm"> | ||
35 | <tr class="textAtmH"> | ||
36 | <td dir="ltr">attachment.txt</td> | ||
37 | </tr> | ||
38 | <tr class="textAtmB"> | ||
39 | <td> | ||
40 | <div class="noquote"> | ||
41 | <div dir="ltr">This is an attachment.</div> | ||
42 | </div> | ||
43 | </td> | ||
44 | </tr> | ||
45 | </table> | ||
46 | </div> | ||
47 | </div> | ||
48 | </td> | ||
49 | </tr> | ||
50 | <tr class="rfc822H"> | ||
51 | <td dir="ltr">End of encapsulated message</td> | ||
52 | </tr> | ||
53 | </table> | ||
54 | </div> | ||
55 | </div> | ||
56 | </div> | ||
57 | </body> | ||
58 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html new file mode 100644 index 00000000..49e503f1 --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html | |||
@@ -0,0 +1,90 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <a name="att1"/> | ||
9 | <div id="attachmentDiv1"> | ||
10 | <table cellspacing="1" cellpadding="1" class="encr"> | ||
11 | <tr class="encrH"> | ||
12 | <td dir="ltr">Encrypted message</td> | ||
13 | </tr> | ||
14 | <tr class="encrB"> | ||
15 | <td> | ||
16 | <div style="position: relative; word-wrap: break-word"> | ||
17 | <a name="att"/> | ||
18 | <div id="attachmentDiv"> | ||
19 | <table cellspacing="1" cellpadding="1" class="signOkKeyOk"> | ||
20 | <tr class="signOkKeyOkH"> | ||
21 | <td dir="ltr"> | ||
22 | <table cellspacing="0" cellpadding="0" width="100%"> | ||
23 | <tr> | ||
24 | <td>Signed by <a href="mailto:test@kolab.org">test@kolab.org</a>.</td> | ||
25 | <td align="right"> | ||
26 | <a href="kmail:showSignatureDetails">Show Details</a> | ||
27 | </td> | ||
28 | </tr> | ||
29 | </table> | ||
30 | </td> | ||
31 | </tr> | ||
32 | <tr class="signOkKeyOkB"> | ||
33 | <td> | ||
34 | <a name="att1"/> | ||
35 | <div id="attachmentDiv1"> | ||
36 | <a name="att1.1"/> | ||
37 | <div id="attachmentDiv1.1"> | ||
38 | <div class="noquote"> | ||
39 | <div dir="ltr">test text</div> | ||
40 | </div> | ||
41 | </div> | ||
42 | <a name="att1.2"/> | ||
43 | <div id="attachmentDiv1.2"> | ||
44 | <table cellspacing="1" class="textAtm"> | ||
45 | <tr class="textAtmH"> | ||
46 | <td dir="ltr">file.txt</td> | ||
47 | </tr> | ||
48 | <tr class="textAtmB"> | ||
49 | <td> | ||
50 | <div class="noquote"> | ||
51 | <div dir="ltr">some plain ascii text...</div> | ||
52 | <br/> | ||
53 | </div> | ||
54 | </td> | ||
55 | </tr> | ||
56 | </table> | ||
57 | </div> | ||
58 | </div> | ||
59 | </td> | ||
60 | </tr> | ||
61 | <tr class="signOkKeyOkH"> | ||
62 | <td dir="ltr">End of signed message</td> | ||
63 | </tr> | ||
64 | </table> | ||
65 | </div> | ||
66 | </div> | ||
67 | </td> | ||
68 | </tr> | ||
69 | <tr class="encrH"> | ||
70 | <td dir="ltr">End of encrypted message</td> | ||
71 | </tr> | ||
72 | </table> | ||
73 | </div> | ||
74 | <a name="att2"/> | ||
75 | <div id="attachmentDiv2"> | ||
76 | <hr/> | ||
77 | <div> | ||
78 | <a href="attachment:2?place=body"> | ||
79 | <img align="center" src="file:image.png" border="0" style="max-width: 100%"/> | ||
80 | </a> | ||
81 | </div> | ||
82 | <div> | ||
83 | <a href="attachment:2?place=body">image.png</a> | ||
84 | </div> | ||
85 | <div/> | ||
86 | </div> | ||
87 | </div> | ||
88 | </div> | ||
89 | </body> | ||
90 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment.mbox.html new file mode 100644 index 00000000..67897491 --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-attachment.mbox.html | |||
@@ -0,0 +1,74 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <table cellspacing="1" cellpadding="1" class="encr"> | ||
9 | <tr class="encrH"> | ||
10 | <td dir="ltr">Encrypted message</td> | ||
11 | </tr> | ||
12 | <tr class="encrB"> | ||
13 | <td> | ||
14 | <div style="position: relative; word-wrap: break-word"> | ||
15 | <a name="att"/> | ||
16 | <div id="attachmentDiv"> | ||
17 | <table cellspacing="1" cellpadding="1" class="signOkKeyOk"> | ||
18 | <tr class="signOkKeyOkH"> | ||
19 | <td dir="ltr"> | ||
20 | <table cellspacing="0" cellpadding="0" width="100%"> | ||
21 | <tr> | ||
22 | <td>Signed by <a href="mailto:test@kolab.org">test@kolab.org</a>.</td> | ||
23 | <td align="right"> | ||
24 | <a href="kmail:showSignatureDetails">Show Details</a> | ||
25 | </td> | ||
26 | </tr> | ||
27 | </table> | ||
28 | </td> | ||
29 | </tr> | ||
30 | <tr class="signOkKeyOkB"> | ||
31 | <td> | ||
32 | <a name="att1"/> | ||
33 | <div id="attachmentDiv1"> | ||
34 | <a name="att1.1"/> | ||
35 | <div id="attachmentDiv1.1"> | ||
36 | <div class="noquote"> | ||
37 | <div dir="ltr">test text</div> | ||
38 | </div> | ||
39 | </div> | ||
40 | <a name="att1.2"/> | ||
41 | <div id="attachmentDiv1.2"> | ||
42 | <table cellspacing="1" class="textAtm"> | ||
43 | <tr class="textAtmH"> | ||
44 | <td dir="ltr">file.txt</td> | ||
45 | </tr> | ||
46 | <tr class="textAtmB"> | ||
47 | <td> | ||
48 | <div class="noquote"> | ||
49 | <div dir="ltr">some plain ascii text...</div> | ||
50 | <br/> | ||
51 | </div> | ||
52 | </td> | ||
53 | </tr> | ||
54 | </table> | ||
55 | </div> | ||
56 | </div> | ||
57 | </td> | ||
58 | </tr> | ||
59 | <tr class="signOkKeyOkH"> | ||
60 | <td dir="ltr">End of signed message</td> | ||
61 | </tr> | ||
62 | </table> | ||
63 | </div> | ||
64 | </div> | ||
65 | </td> | ||
66 | </tr> | ||
67 | <tr class="encrH"> | ||
68 | <td dir="ltr">End of encrypted message</td> | ||
69 | </tr> | ||
70 | </table> | ||
71 | </div> | ||
72 | </div> | ||
73 | </body> | ||
74 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-non-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-non-encrypted-attachment.mbox.html new file mode 100644 index 00000000..6091ee5a --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/openpgp-encrypted-non-encrypted-attachment.mbox.html | |||
@@ -0,0 +1,74 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <a name="att1"/> | ||
9 | <div id="attachmentDiv1"> | ||
10 | <table cellspacing="1" cellpadding="1" class="encr"> | ||
11 | <tr class="encrH"> | ||
12 | <td dir="ltr">Encrypted message</td> | ||
13 | </tr> | ||
14 | <tr class="encrB"> | ||
15 | <td> | ||
16 | <div style="position: relative; word-wrap: break-word"> | ||
17 | <a name="att"/> | ||
18 | <div id="attachmentDiv"> | ||
19 | <table cellspacing="1" cellpadding="1" class="signOkKeyOk"> | ||
20 | <tr class="signOkKeyOkH"> | ||
21 | <td dir="ltr"> | ||
22 | <table cellspacing="0" cellpadding="0" width="100%"> | ||
23 | <tr> | ||
24 | <td>Signed by <a href="mailto:test@kolab.org">test@kolab.org</a>.</td> | ||
25 | <td align="right"> | ||
26 | <a href="kmail:showSignatureDetails">Show Details</a> | ||
27 | </td> | ||
28 | </tr> | ||
29 | </table> | ||
30 | </td> | ||
31 | </tr> | ||
32 | <tr class="signOkKeyOkB"> | ||
33 | <td> | ||
34 | <a name="att1"/> | ||
35 | <div id="attachmentDiv1"> | ||
36 | <a name="att1.1"/> | ||
37 | <div id="attachmentDiv1.1"> | ||
38 | <div class="noquote"> | ||
39 | <div dir="ltr">test text</div> | ||
40 | </div> | ||
41 | </div> | ||
42 | </div> | ||
43 | </td> | ||
44 | </tr> | ||
45 | <tr class="signOkKeyOkH"> | ||
46 | <td dir="ltr">End of signed message</td> | ||
47 | </tr> | ||
48 | </table> | ||
49 | </div> | ||
50 | </div> | ||
51 | </td> | ||
52 | </tr> | ||
53 | <tr class="encrH"> | ||
54 | <td dir="ltr">End of encrypted message</td> | ||
55 | </tr> | ||
56 | </table> | ||
57 | </div> | ||
58 | <a name="att2"/> | ||
59 | <div id="attachmentDiv2"> | ||
60 | <hr/> | ||
61 | <div> | ||
62 | <a href="attachment:2?place=body"> | ||
63 | <img align="center" src="file:image.png" border="0" style="max-width: 100%"/> | ||
64 | </a> | ||
65 | </div> | ||
66 | <div> | ||
67 | <a href="attachment:2?place=body">image.png</a> | ||
68 | </div> | ||
69 | <div/> | ||
70 | </div> | ||
71 | </div> | ||
72 | </div> | ||
73 | </body> | ||
74 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/openpgp-signed-apple.mbox.html b/framework/src/domain/mime/testdata/inlined/openpgp-signed-apple.mbox.html new file mode 100644 index 00000000..092d5e1c --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/openpgp-signed-apple.mbox.html | |||
@@ -0,0 +1,63 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <table cellspacing="1" cellpadding="1" class="signWarn"> | ||
9 | <tr class="signWarnH"> | ||
10 | <td dir="ltr"> | ||
11 | <table cellspacing="0" cellpadding="0" width="100%"> | ||
12 | <tr> | ||
13 | <td>Not enough information to check signature validity.</td> | ||
14 | <td align="right"> | ||
15 | <a href="kmail:showSignatureDetails">Show Details</a> | ||
16 | </td> | ||
17 | </tr> | ||
18 | </table> | ||
19 | </td> | ||
20 | </tr> | ||
21 | <tr class="signWarnB"> | ||
22 | <td> | ||
23 | <a name="att1"/> | ||
24 | <div id="attachmentDiv1"> | ||
25 | <a name="att1.2"/> | ||
26 | <div id="attachmentDiv1.2"> | ||
27 | <a name="att1.2.1"/> | ||
28 | <div id="attachmentDiv1.2.1"> | ||
29 | <div style="position: relative"> | ||
30 | <div class="">pre attachment</div> | ||
31 | </div> | ||
32 | </div> | ||
33 | <a name="att1.2.2"/> | ||
34 | <div id="attachmentDiv1.2.2"> | ||
35 | <hr/> | ||
36 | <div> | ||
37 | <a href="attachment:1.2.2?place=body"> | ||
38 | <img align="center" src="file:image.png" border="0" style="max-width: 100%"/> | ||
39 | </a> | ||
40 | </div> | ||
41 | <div> | ||
42 | <a href="attachment:1.2.2?place=body">image.png</a> | ||
43 | </div> | ||
44 | <div/> | ||
45 | </div> | ||
46 | <a name="att1.2.3"/> | ||
47 | <div id="attachmentDiv1.2.3"> | ||
48 | <div style="position: relative"> | ||
49 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Some <span style=" font-weight:600;">HTML</span> text</p> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | </div> | ||
54 | </td> | ||
55 | </tr> | ||
56 | <tr class="signWarnH"> | ||
57 | <td dir="ltr">End of signed message</td> | ||
58 | </tr> | ||
59 | </table> | ||
60 | </div> | ||
61 | </div> | ||
62 | </body> | ||
63 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/openpgp-signed-mailinglist+additional-children.mbox.html b/framework/src/domain/mime/testdata/inlined/openpgp-signed-mailinglist+additional-children.mbox.html new file mode 100644 index 00000000..cc49cbcc --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/openpgp-signed-mailinglist+additional-children.mbox.html | |||
@@ -0,0 +1,67 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <a name="att1"/> | ||
9 | <div id="attachmentDiv1"> | ||
10 | <a name="att1.1"/> | ||
11 | <div id="attachmentDiv1.1"> | ||
12 | <div class="noquote"> | ||
13 | <div dir="ltr">hi..</div> | ||
14 | <br/> | ||
15 | <div dir="ltr">i noticed a new branch when i pulled kde-workspace today (finally!): </div> | ||
16 | <div dir="ltr">activities_optional</div> | ||
17 | <br/> | ||
18 | <div dir="ltr">the lone commit in it was pushed on april 1, so maybe it's an april fools </div> | ||
19 | <div dir="ltr">joke, but if it isn't, it looks like someone is trying to do something that </div> | ||
20 | <div dir="ltr">makes no sense (and has no chance of being merged into master). so if this is </div> | ||
21 | <div dir="ltr">a "for reals" branch, perhaps the motivation behind it can be shared?</div> | ||
22 | <br/> | ||
23 | <div dir="ltr">-- </div> | ||
24 | <div dir="ltr">Aaron J. Seigo</div> | ||
25 | </div> | ||
26 | </div> | ||
27 | <a name="att1.2"/> | ||
28 | <div id="attachmentDiv1.2"> | ||
29 | <hr/> | ||
30 | <div> | ||
31 | <a href="attachment:1.2?place=body"><img align="center" height="48" width="48" src="file:application-pgp-signature.svg" border="0" style="max-width: 100%" alt=""/>signature.asc</a> | ||
32 | </div> | ||
33 | <div>This is a digitally signed message part.</div> | ||
34 | </div> | ||
35 | <a name="att1.3"/> | ||
36 | <div id="attachmentDiv1.3"> | ||
37 | <table cellspacing="1" class="textAtm"> | ||
38 | <tr class="textAtmH"> | ||
39 | <td dir="ltr">broken.attachment</td> | ||
40 | </tr> | ||
41 | <tr class="textAtmB"> | ||
42 | <td> | ||
43 | <div class="noquote"> | ||
44 | <div dir="ltr">Let's break a signed message - This messageblock should not be here :D</div> | ||
45 | </div> | ||
46 | </td> | ||
47 | </tr> | ||
48 | </table> | ||
49 | </div> | ||
50 | </div> | ||
51 | <a name="att2"/> | ||
52 | <div id="attachmentDiv2"> | ||
53 | <div class="noquote"> | ||
54 | <div dir="ltr">_______________________________________________</div> | ||
55 | <div dir="ltr">Plasma-devel mailing list</div> | ||
56 | <div dir="ltr"> | ||
57 | <a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a> | ||
58 | </div> | ||
59 | <div dir="ltr"> | ||
60 | <a href="https://mail.kde.org/mailman/listinfo/plasma-devel">https://mail.kde.org/mailman/listinfo/plasma-devel</a> | ||
61 | </div> | ||
62 | </div> | ||
63 | </div> | ||
64 | </div> | ||
65 | </div> | ||
66 | </body> | ||
67 | </html> | ||
diff --git a/framework/src/domain/mime/testdata/inlined/smime-signed-apple.mbox.html b/framework/src/domain/mime/testdata/inlined/smime-signed-apple.mbox.html new file mode 100644 index 00000000..d3f3eeb3 --- /dev/null +++ b/framework/src/domain/mime/testdata/inlined/smime-signed-apple.mbox.html | |||
@@ -0,0 +1,63 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <table cellspacing="1" cellpadding="1" class="signErr"> | ||
9 | <tr class="signErrH"> | ||
10 | <td dir="ltr"> | ||
11 | <table cellspacing="0" cellpadding="0" width="100%"> | ||
12 | <tr> | ||
13 | <td>Invalid signature.</td> | ||
14 | <td align="right"> | ||
15 | <a href="kmail:showSignatureDetails">Show Details</a> | ||
16 | </td> | ||
17 | </tr> | ||
18 | </table> | ||
19 | </td> | ||
20 | </tr> | ||
21 | <tr class="signErrB"> | ||
22 | <td> | ||
23 | <a name="att1"/> | ||
24 | <div id="attachmentDiv1"> | ||
25 | <a name="att1.2"/> | ||
26 | <div id="attachmentDiv1.2"> | ||
27 | <a name="att1.2.1"/> | ||
28 | <div id="attachmentDiv1.2.1"> | ||
29 | <div style="position: relative">Olá Konqui,<div class="">Here is the pdf you asked for!</div><div class="">Cheers,</div><div class="">Quaack</div></div> | ||
30 | </div> | ||
31 | <a name="att1.2.2"/> | ||
32 | <div id="attachmentDiv1.2.2"> | ||
33 | <hr/> | ||
34 | <div> | ||
35 | <a href="attachment:1.2.2?place=body"> | ||
36 | <img align="center" src="file:image.png" border="0" style="max-width: 100%"/> | ||
37 | </a> | ||
38 | </div> | ||
39 | <div> | ||
40 | <a href="attachment:1.2.2?place=body">image.png</a> | ||
41 | </div> | ||
42 | <div/> | ||
43 | </div> | ||
44 | <a name="att1.2.3"/> | ||
45 | <div id="attachmentDiv1.2.3"> | ||
46 | <div style="position: relative"> | ||
47 | <blockquote type="cite" class=""> | ||
48 | <div class="">On 20 Jan 2017, at 10:35, Konqui <<a href="mailto:Konqui@kdab.com">Konqui</a></div> | ||
49 | </blockquote> | ||
50 | </div> | ||
51 | </div> | ||
52 | </div> | ||
53 | </div> | ||
54 | </td> | ||
55 | </tr> | ||
56 | <tr class="signErrH"> | ||
57 | <td dir="ltr">End of signed message</td> | ||
58 | </tr> | ||
59 | </table> | ||
60 | </div> | ||
61 | </div> | ||
62 | </body> | ||
63 | </html> | ||