File: escapehtml.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 (19 lines) | stat: -rw-r--r-- 477 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<meta charset="utf-8" /> 
                
		<meta name="author" content="&quot;foo&quot;" />
		
		<meta name="author" content="&quot;bar&quot;" />
		
                
		<link rel="stylesheet" href="https://foo.com/?bar=baz&amp;xyzzy=baz" />
		
		<title>&lt;i&gt;foo&lt;&#47;i&gt;</title>
	</head>
	<body>
		blah
	</body>
</html>