index.html: add header, main, and footer

This commit is contained in:
Johannes Kimmel 2023-04-22 10:44:52 +02:00
parent 5bc062eff2
commit 04788db1dc
1 changed files with 11 additions and 3 deletions

View File

@ -13,8 +13,10 @@
</style>
</head>
<body>
<h1>l3config</h1>
<div class="row">
<header>
<h1>l3config</h1>
</header>
<main class="row">
<div class="col">
<h2>Input</h2>
<div id="l3configinput"></div>
@ -24,6 +26,12 @@
<p>Copy the output to <code>/etc/config/gateway</code>.</p>
<div id="l3configoutput"></div>
</div>
</div>
</main>
<footer>
<hr>
<p>
<a href="https://git.freifunk-franken.de/jkimmel/l3config.js">l3config.js</a>
</p>
</footer>
</body>
</html>