<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="generator" contents="lcmark"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>$pagetitle$</title> <link rel="icon" type="image/png" href="$favicon$" /> <style> html { font-family: sans-serif; } * { box-sizing: border-box; } body { margin: 0; } .menuBox { position: fixed; height: 100%; width: 10%; } menu { list-style-type: none; padding: 5px; } </style> </head> <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> <nav class="menuBox"> $body$ </nav> </body> </html>