<?php
/*
* AngeldromeLibs, Some Base classes that could be reused for app development.
*
* index page, if visited via www.
*
* @author Sriram R <srishere@angeldrome.com>
* @copyright 2020 Sriram R
* @license This code is licensed under MIT license (see LICENSE.txt for details)
* @version CVS: $Id:$
* @link http://www.angeldrome.com
*/
?>
<html>
<head>
<title></title>
</head>
<body>
lets have a fancy stuff page.
</body>
</html>
|