Files
controls-web/OLD/controlsdev/charts/boilerscharts.php
2026-02-17 09:29:34 -06:00

34 lines
704 B
PHP

<!DOCTYPE html>
<?php include 'fusioncharts.php';?>
<html>
<head>
<link href="../style.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/jquery-3.1.0.js"></script>
<script src="js/fusioncharts.js"></script>
<script src="js/fusioncharts.charts.js"></script>
<script src="js/themes/fusioncharts.theme.zune.js"></script>
<script src="test.js"></script>
</head>
<body>
<div class="center">
<div class="header">
<h1>LASUCA CONTROLS</h1>
<p>Trends</p>
</div>
<div class="row">
<?php include 'menu.php';?>
<div class="col-13">
<?php include 'boilers.php';?>
</div>
</div>
<?php include '../footer.php';?>
</body>
</html>