Added Home Page

This commit is contained in:
George Kaklamanos 2015-07-15 14:13:50 +03:00
parent e3ffc22a86
commit c5d00ff608
2 changed files with 24 additions and 1 deletions

23
index.php Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>uBus - Home</title>
<?php include 'head.php'; ?>
</head>
<body>
<?php include 'nav.php'; ?>
<h1>Home</h1>
<p>uBus is a generic web application that displays data regading buses,
routes and stops of public transport bus services. It uses modern web
technologies and frameworks: HTML5, CSS3, Bootstrap and jQuery to display
a beautiful and simple website, PHP to generate the content displayed and
the JSON file format to store and read data.
</p>
<?php include 'foot.php'; ?>
</body>
</html