File: 404.html

package info (click to toggle)
coccinella 0.96.20-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 13,184 kB
  • sloc: tcl: 124,744; xml: 206; makefile: 66; sh: 62
file content (18 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Coccinella: Error 404. File not found</title>
<style type="text/css" media="screen">@import "/httpd/std.css";</style>
</head>
<body>
    <header>
      <h1>Coccinella HTTP server (tinyhttpd)</h1>
    </header>
    <article>
      <h2>File Not Found (404)</h2>
      <section><p>You have requested a file or directory listing that either does not exist or that cannot be provided. Coccinella handles file transports through a built-in HTTP server which gives limited acces to the user's file system. This is due to privacy and security considerations.</p></section>
    </article>
    <footer><a href="http://coccinella.im/">Powered by Coccinella</a></footer>
</body>
</html>