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
603 B
PHP
Raw Normal View History

2015-07-15 14:13:50 +03:00
<!DOCTYPE html>
<html>
<head>
2015-07-27 10:48:11 +03:00
<title>DataBus - Home</title>
2015-07-19 14:24:36 +03:00
<?php include 'modules/head.php'; ?>
2015-07-15 14:13:50 +03:00
</head>
<body>
2015-07-19 14:24:36 +03:00
<?php include 'modules/nav.php'; ?>
2015-07-15 14:13:50 +03:00
<h1>Home</h1>
2015-07-27 10:48:11 +03:00
<p>DataBus is a generic web application that displays data regading buses,
2015-07-15 14:13:50 +03:00
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>
2015-07-19 14:24:36 +03:00
<?php include 'modules/foot.php'; ?>
2015-07-15 14:13:50 +03:00
</body>
</html