Folder reorganize 1
This commit is contained in:
33
OLD/charts/trending.php
Normal file
33
OLD/charts/trending.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<!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 'mills.php';?>
|
||||
<?php include 'boilers.php';?>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '../footer.php';?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user