Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 4, 2024
1 parent ab1e400 commit 263b65d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@

import styles from './page.module.scss';
import Image from 'next/image';



export default function Home() {
return (
<main className={styles.main}>
<div>
<Image src="/acm-logo.png" width={100} height={100} alt="ACM Logo" />
</div>
<div>
<h1>Welcome to ACM's static site template!</h1>
<h1>Welcome to ACM&apos;s static site template!</h1>
</div>
</main>

);
}

0 comments on commit 263b65d

Please sign in to comment.