MySQLTuner-perl/template_example.tpl

16 lines
164 B
Smarty
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Report Example</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Result output</h1>
<pre>
{$data}
</pre>
</body>
</html>