<!doctype html>
<html>
    <head>
        <title>Update</title>
        <link rel="stylesheet" type="text/css" href="style.css"/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        {#HEAD}
    </head>
    <body>
        <h1>Update</h1>
        <div id="content" class="content">
            <div>
                Make sure that you have noted all or settings before starting an update. New versions maybe changed their memory layout which remains in default settings.
            </div>
            <br/><br/>
            {#CONTENT}
        </div>
        <div id="footer">
            <p class="left">&copy 2022</p>
            <p class="left"><a href="{#IP}/">Home</a></p>
            <p class="right">AHOY :: {#VERSION}</p>
            <p class="right"><a href="/reboot">Reboot</a></p>
        </div>
    </body>
</html>