Skip to content

Commit

Permalink
0104
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsuan1128 committed Jan 4, 2024
1 parent 12fcf3c commit 37ac78b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,5 @@ <h2 class="filter-item-h2" id="filter-item-h201">{{ dog.file }}</h2>
},
}).mount(`#app`);
</script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="filter-item">
<div class="filter-item-dog" id="item-dog-01">
<div class="item-dog-pic">
<div class="dog-pic-img">
<img src="pic/dog-pic-img1.jpg" alt="狗狗照片" class="dog-pic-img-1" id="dog-pic-img-01">
</div>

<div class="dog-pic-dotted">
<img src="pic/dog-pic-dotted.png" alt="虛線裝飾">
</div>

</div>

<div class="item-dog-nickname" ><span id="item-dog-nickname01">冰雪精靈</span></div>

<p class="item-dog-introduce" id="item-dog-introduce01">冰冰.公.<br>3歲.25公斤</p>

<h2 class="filter-item-h2" id="filter-item-h201">狗狗檔案</h2>
</div>
</div>
</body>
</html>

0 comments on commit 37ac78b

Please sign in to comment.