add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<div class="col-3 menu">
<ul>
<li>
<a href="../overview.php">Overview</a>
</li>
<li>
<a href="millscharts.php">Milling Values</a>
</li>
<li>
<a href="boilerscharts.php">Boiler Flows</a>
</li>
<li>
<a href="imbflowchart.php">Immibition Flow</a>
</li>
<!--
<li>
<a href="overview.php">Manufacturing</a>
</li>
-->
<!--
<li>
<a href="overview.php">Trending</a>
</li>
-->
</ul>
<?php include_once("../darkmode.php"); ?>
<br>
<p> You can turn lines on and off in the charts by clicking the coresponding item in the legend below the chart.</p>
</div>