create new signup page

This commit is contained in:
2025-08-20 22:07:12 +07:00
parent 6290f6bffa
commit 02a4b3a3d1
4 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Sign Up | Nounoz TV",
};