aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/about/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/about/page.tsx')
-rw-r--r--src/app/about/page.tsx14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..4e87477
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,14 @@
+import React from 'react';
+
+
+const AboutPage: React.FC = () => {
+ return (
+ <div>
+ <h1>About Page</h1>
+ <p>Nothing here right now. Will be updated soon...</p>
+ <a href="/">Back to player</a>
+ </div>
+ );
+};
+
+export default AboutPage; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage