<?php 
 
 
echo ' 
<!DOCTYPE HTML> 
<head> 
    <meta http-equiv="content-type" content="text/html" /> 
    <title>INDEX</title> 
</head> 
 
<body> 
 
<center> 
<input type="button" value="Try OPBE" onclick="window.location=\'tests/runnable/WebTest.php\'" /> 
<input type="button" value="Check errors" onclick="window.location=\'tests/runnable/errors/\'" /> 
<input type="button" value="Run testcases" onclick="window.location=\'tests/runnable/cases/\'" /> 
</center> 
 
</body> 
</html> 
 
'; 
 
 |