Executable
+23
@@ -0,0 +1,23 @@
|
||||
<?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';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user