my eye

Simplify project index

Committed 22b1e0

--- a/webint_code/templates/project/index.html
+++ b/webint_code/templates/project/index.html

     $   "tsconfig.json",
     $   "webpack.config.js",
     $ )
-    <h2>Files</h2>
     $ files = sorted(repo.files)
     $ prev_file = None
     $ known_files = [f for f in files if str(f).partition("/")[0] in ignorable_files]
     $             "BSD-3-Clause": 'BSD 3-Clause "Modified" License',
     $             "AGPL-3.0-or-later": "GNU Affero General Public License v3.0 or later"}
     <p><small><strong>Licensed:</strong> <a href=https://spdx.org/licenses/$(license).html><code>$licenses[license]</code></a></small></p>
-    <hr>
 
 $var title = title