File: table-badfree.html

package info (click to toggle)
lowdown 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 21,512; sh: 1,892; xml: 861; makefile: 518
file content (43 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title></title>
</head>
<body>
<del>
<h1 id="section">section</h1>
</del><del>
<p>text <a href="https://foo.com">link</a> with <em>italics <a href="https://link.com">https:&#47;&#47;link.com</a></em></p>
</del><del>
<ul>
<li><p>what</p>
<ul>
<li>what <strong>what</strong>?</li>
</ul></li>
<li><p>what?</p></li>
</ul>
</del><del>
<p>lil</p>
</del><del>
<table>
<thead>
<tr>
<th style="text-align: right">table</th>
<th>column</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: right"><a href="https://fo.com">https:&#47;&#47;fo.com</a></td>
<td>b</td>
</tr>
</tbody>
</table>
</del><ins>
<h1 id="header-1">header 1</h1>
</ins><ins>
<p>something</p>
</ins></body>
</html>