This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
import styles from "./index.module.css" | ||
import styles from "./index.module.css"; | ||
|
||
function Garally() { | ||
return ( | ||
<div> | ||
<h1 className={styles.title}>VIRTUAL_NATSUMATSURI</h1> | ||
<div className={styles.nobori}> | ||
<img src="/2D_material/nobori.webp" alt="夏祭り_のぼり" /> | ||
</div> | ||
<div className={styles.light}> | ||
<img src="/2D_material/red_small_lite.webp" alt="提灯" /> | ||
</div> | ||
<div className={styles.container}> | ||
<div className={styles.logo}> | ||
<img src="/logo.webp" alt="logo" /> | ||
</div> | ||
<p className={styles.shop}>VIRTUAL_NATSUMATSURI</p> | ||
</div> | ||
<div className={styles["light-right"]}> | ||
<img src="/2D_material/red_small_lite.webp" alt="提灯" /> | ||
</div> | ||
</div> | ||
) | ||
return ( | ||
<div> | ||
{/* biome-ignore lint/a11y/useMediaCaption: <explanation> */} | ||
<audio src="/sound/natsu_matsuri.mp3" autoPlay loop /> | ||
<h1 className={styles.title}>VIRTUAL_NATSUMATSURI</h1> | ||
<div className={styles.nobori}> | ||
<img src="/2D_material/nobori.webp" alt="夏祭り_のぼり" /> | ||
</div> | ||
<div className={styles.light}> | ||
<img src="/2D_material/red_small_lite.webp" alt="提灯" /> | ||
</div> | ||
<div className={styles.container}> | ||
<div className={styles.logo}> | ||
<img src="/logo.webp" alt="logo" /> | ||
</div> | ||
<p className={styles.shop}>VIRTUAL_NATSUMATSURI</p> | ||
</div> | ||
<div className={styles["light-right"]}> | ||
<img src="/2D_material/red_small_lite.webp" alt="提灯" /> | ||
</div> | ||
</div> | ||
); | ||
} | ||
export default Garally; | ||
export default Garally; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters