software/hoardy-web/./extension/page/help.template

Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, mirroring, and/or indexing. Your own personal private Wayback Machine that can also archive HTTP POST requests and responses, as well as most other HTTP-level data.

Files

Raw Source

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Hoardy-Web: Help</title>
    <link rel="shortcut icon" type="$iconMIME$" href="../icon/$iconFile$">
    <link rel="stylesheet" href="main.css?v=$version$">
    <style>
body {
    margin: 0 0.5em;
}
    </style>
  </head>
  <body>
    <div id="body" style="display: none">
      $body$
    </div>
    $for(libScript)$<script src="../lib/$libScript$"></script>$endfor$
    <script src="help.js"></script>
  </body>
</html>