이거 나중에 수정해주셈

This commit is contained in:
imnyang 2024-12-05 18:37:33 +09:00
commit a4b3d612f2
12 changed files with 3971 additions and 305 deletions

View file

@ -6,7 +6,6 @@ export default function Timeline_Page() {
<div style={{ display: 'flex', overflow: 'auto', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', color: 'white', width: '100vw', height: '100vh', background: '#101020' }}>
<div style={{height: '70%', overflow: 'auto'}}>
<Link href='/'>🏠 Back</Link>
<h1>Timeline</h1>
<Timeline />
</div>
</div>