proxy70 0.1.1

HTTP proxy for browsing gopher via your browser
Documentation
/* Make the body a nice central block */
body {
    font-size: 1.15rem;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr min(45rem, 90%) 1fr;
    margin: 0;
}

body>* {
    grid-column: 2;
}

/* Format tables */
table {
    border-collapse: collapse;
    margin: 1.5rem 0;
}

hr {
    width: 100%;
}

.addr_field {
    margin-top: 1rem;
    width: 90%;
}

input,
label {
    font-family: monospace;
}

td,
th {
    text-align: start;
    vertical-align: baseline;
    padding: 0rem;
    padding-right: 0.3rem;
}

pre {
    white-space: pre;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}