linkpi_firmware_history/rootfs/link/webflex/defLayout.php

14 lines
337 B
PHP
Raw Permalink Normal View History

2024-02-15 22:07:50 +01:00
<?php include ("./link/session.php") ?>
<!doctype html>
<html lang="uft-8">
<head>
<?php include ("./public/head.inc") ?>
</head>
<body>
<?php include ("./public/menu.inc") ?>
<main class="page-content defLayout text-center">
<?php include( "./mixer/index.html" ) ?>
</main>
<?php include ("./public/foot.inc") ?>
</body>
</html>