← Back to context

Comment by blmayer

4 days ago

it goes like this:

    <footer>
      <hr>
      <h3>Responses:</h3>
       <object data=/mail/uptime.html type=text/html></object>
       <a href="mailto:reply@blog.terminal.pink?subject=uptime">
         reply
       </a>
    </footer>

so when I receive an email it is appended to this mail/uptime.html file.

I don't like it because I wanted it to be just one p for each email, but the object has a whole page, like head, stylesheet, and it's separated from the outside context in some ways, not really sure.