File: plain.html

package info (click to toggle)
ruby-open-graph-reader 0.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 9,976 kB
  • sloc: ruby: 1,525; xml: 22; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Page title</title>
</head>
<body>
<p>Document body.</p>
</body>
</html>