feat: Future music page.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default function Page() {
|
||||
return (
|
||||
<div style={{ padding: '20px', textAlign: 'center' }}>
|
||||
<h1 style={{ fontSize: '42px' }}>Music Stream</h1>
|
||||
<p>This is still a work in progress. Stay tuned for updates!</p>
|
||||
<button style={{ marginTop: '20px', padding: '10px 20px', fontSize: '16px' }}>
|
||||
<a href="https://discord.com/channels/1375797466066325596/1461402729661464576">Click here to find more!</a>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user