<!DOCTYPE html>
<html>
<head>
<title>DataBus - Home</title>
<?php include 'modules/head.php'; ?>
</head>
<body>
<?php include 'modules/nav.php'; ?>
<h1>Home</h1>
<p>DataBus 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 'modules/foot.php'; ?>
</body>
</html