diff options
Diffstat (limited to 'res/listing.html')
-rw-r--r-- | res/listing.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/res/listing.html b/res/listing.html new file mode 100644 index 0000000..51e88a2 --- /dev/null +++ b/res/listing.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <title>/{}</title> + <link href="data:," rel="icon"/> + <style> + body {{ + font-family: sans-serif; + padding: 5px; + }} + + table {{ + border-collapse: collapse; + }} + + tr, td {{ + padding: 5px; + }} + + tr + tr {{ + border-top: 1px solid black; + }} + </style> + </head> + <body> + <h1> + /{} + </h1> + <table> + {} + </table> + </body> +</html> |