Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
coara-chocomaru authored Jan 27, 2025
1 parent ca68f94 commit b68a27f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
<script src="script.js" defer></script>
</head>
<body>
<header class="_header">
<h1 class="_title">ようこそ!</h1>
<header>
<h1>ようこそ!</h1>
<p>私の適当なページです!</p>
</header>

<div class="_main">
<div class="_character">
<img src="https://x.gd/VDc6M" alt="キャラ" class="_img">
<p id="characterText" class="_text">こんにちは!</p>
<div class="main-content">
<div class="character">
<img src="https://x.gd/VDc6M" alt="キャラ" class="character-img">
<p id="characterText" class="character-text">こんにちは!</p>
<!-- 絵文字ハート -->
<span id="heartEffect" class="_heart">💖</span>
<span id="heartEffect" class="heart">💖</span>
</div>

<button id="animationButton" class="_btn">〜〜〜〜くるくる〜〜〜〜</button>
<button id="animationButton">〜〜〜〜くるくる〜〜〜〜</button>
</div>

<footer class="_footer">
<footer>
<p>© 2025 マイワールド All rights reserved.</p>
<div class="_links">
<div class="footer-links">
<a href="https://x.com/coara_choco" target="_blank">Xのアカウント</a>
</div>
</footer>
Expand Down

0 comments on commit b68a27f

Please sign in to comment.