24 lines
270 B
PHP
Executable File
24 lines
270 B
PHP
Executable File
<?php
|
|
|
|
$PAGE_TITLE = 'Abreviations';
|
|
|
|
require 'header.php';
|
|
require 'sidebar.php';
|
|
|
|
?>
|
|
|
|
<div id="main">
|
|
|
|
<h1>Benchmarks</h1>
|
|
|
|
<p>Check this page from time to time and they will come.</p>
|
|
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
require 'footer.php';
|
|
|
|
?>
|