Skip to content

Commit

Permalink
Merge pull request #67 from Kokecoco/count_feature
Browse files Browse the repository at this point in the history
✨ feat: count.svgの追加
  • Loading branch information
YouTuber-repopo authored Nov 5, 2024
2 parents e759010 + 9d369d8 commit 100e1f3
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 0 deletions.
196 changes: 196 additions & 0 deletions assets/images/count.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,16 @@ <h4>メモ帳</h4>
</a>
</div>

<div class="list-parts">
<a href="count.html" class="black">
<figure>
<img src="assets/images/count.svg" alt="" />
</figure>
<div class="text-parts">
<h4>カウンター</h4>
<p>数字を数えることができます</p>
</div>
</a>
</div>

</div>

0 comments on commit 100e1f3

Please sign in to comment.