debian-mirror-gitlab/spec/fixtures/lib/gitlab/email/basic.html
2023-05-27 22:25:52 +05:30

72 lines
1.6 KiB
HTML

<html>
<title>Ignored Title</title>
<body>
<h1>Hello, World!</h1>
This is some e-mail content.
Even though it has whitespace and newlines, the e-mail converter
will handle it correctly.
<p><em class="class" style="color:red" title="strong">Even</em> mismatched tags.</p>
<div>A div</div>
<div>Another div</div>
<div>A div<div><strong class="class" style="color:red" title="strong">within</strong> a div</div></div>
<p>Another line<br />Yet another line</p>
<a href="http://foo.com">A link</a>
<p><details class="class" style="color:red" title="strong"><summary>One</summary>Some details</details></p>
<p><details><summary>Two</summary>Some details</details></p>
<img class="header__logoSize_110px" src="http://img.png" hspace="0" vspace="0" border="0"
style="display:block; width:138px; max-width:138px;" width="138" alt="Miro">
<table>
<thead>
<tr>
<th>Col A</th>
<th>Col B</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Data A1
</td>
<td>
Data B1
</td>
</tr>
<tr>
<td>
Data A2
</td>
<td>
Data B2
</td>
</tr>
<tr>
<td>
Data A3
</td>
<td>
Data B4
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>
Total A
</td>
<td>
Total B
</td>
</tr>
</tfoot>
</table>
</body>
</html>