This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-heraklion-bus/index.php
2015-07-27 10:48:11 +03:00

23 lines
603 B
PHP

<!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