diff --git a/view/index.html b/view/index.html new file mode 100644 index 0000000000000000000000000000000000000000..a2b8265999486570ad8b818c002fab81d739a95d --- /dev/null +++ b/view/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>Login</title> +</head> +<body> + <h1>Index Page</h1> +</body> +</html> \ No newline at end of file