CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
dchart_preview.htm12 linesDownload Raw Back to templates
1<html>2    <head>3       <meta http-equiv="X-UA-Compatible" content="IE=Edge">4        <script type="text/javascript" src="include/js/jquery.min.js"></script>5		<script type="text/javascript" src="include/js/chart.js"></script>6		{$load_flash_player}7    </head>8    9    <body>10	<div class="center_div">{$chart_constructor}</div>11    </body>12</html>