diff --git a/www/index.php b/www/index.php index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..62d942920712fa6fa42da7fa635e44617e1bcc46 100644 --- a/www/index.php +++ b/www/index.php @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>WishList</title> +</head> +<body> + <p> WishList is running ! </p> +</body> +</html> \ No newline at end of file