aboutsummaryrefslogtreecommitdiff
path: root/res/listing.html
blob: 51e88a221ef8a824534364e2e5cbb38c70fb532e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>