feat: add all app components (AboutMe, Projects, Links, Alfred, Chengyu, Poker, Trash, Terminal)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
src/apps/Trash.tsx
Normal file
12
src/apps/Trash.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function Trash() {
|
||||
return (
|
||||
<div style={{ padding: 40, color: '#fff', textAlign: 'center' }}>
|
||||
<div style={{ fontSize: 64, marginBottom: 16 }}>🗑️</div>
|
||||
<h2 style={{ fontSize: 18, fontWeight: 600, marginBottom: 8 }}>Trash</h2>
|
||||
<p style={{ fontSize: 13, color: 'rgba(255,255,255,0.4)', marginBottom: 20 }}>The trash is empty.</p>
|
||||
<p style={{ fontSize: 12, color: 'rgba(255,255,255,0.2)', fontStyle: 'italic' }}>
|
||||
just like my social life
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user