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

24 lines
573 B
PHP
Raw Normal View History

2015-07-15 14:13:50 +03:00
<!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