diff options
author | emkael <emkael@tlen.pl> | 2016-02-24 23:38:27 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-24 23:41:25 +0100 |
commit | 2173f7d7613b5158f4bb2f71a02df353c058c1ee (patch) | |
tree | eac23e40bc497706b862b5d2ca01920c4b37ed92 /app/php/pages | |
parent | 6e72eace43adc48f0b311c26d66d13315e25fe93 (diff) |
* moving PHP app files to app/php and Python app files to app/python
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/Home.page | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/php/pages/Home.page b/app/php/pages/Home.page new file mode 100644 index 0000000..368b3e7 --- /dev/null +++ b/app/php/pages/Home.page @@ -0,0 +1,8 @@ +<html> +<head> + <title>Welcome to PRADO</title> +</head> +<body> +<h1>Welcome to PRADO!</h1> +</body> +</html>
\ No newline at end of file |