Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fix: galleryの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea10wood committed Aug 15, 2024
1 parent 226bb02 commit d0083eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ import styles from "./index.module.css";
function Garelly() {
return (
<div>
{/* biome-ignore lint/a11y/useMediaCaption: <explanation> */}
<audio src="/sound/natsu_matsuri.mp3" autoPlay loop />
{/* biome-ignore lint/a11y/useMediaCaption: 夏祭りの音を再生します。 */}
<audio
src="/sound/natsu_matsuri.mp3"
autoPlay
loop
aria-label="夏祭りの音"
/>
<h1 className={styles.title}>VIRTUAL_NATSUMATSURI</h1>
<div className={styles.nobori}>
<img src="/2D_material/nobori.webp" alt="夏祭り_のぼり" />
Expand Down

0 comments on commit d0083eb

Please sign in to comment.