1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00
Files
mailinabox/mailpile-multiplexer/templates/frameset.html

10 lines
163 B
HTML

<html>
<head>
<title>Mailpile</title>
</head>
<FRAMESET ROWS="35, *" BORDER="0">
<FRAME SRC="status">
<FRAME SRC="mailpile">
</FRAMESET>
</HTML>