mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
858 B
25 lines
858 B
<!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">© 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>
|
|
|