File: error.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, trixie
  • size: 9,976 kB
  • sloc: ruby: 1,525; xml: 22; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Not Found</title>
<meta name="description" content="Content does not exist.">
<meta name="robots" content="noindex,nofollow">
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<header><h1 itemprop="name">Not Found</h1></header>
<div role="main">
<p itemprop="description">No content found for given URL.</p>
<p>Try navigating to content of interest from <a href="/">the home page</a>.</p>
</div>
</body>
</html>