Browse Source

Merge pull request 'fixes image and link' (#1) from feat into main

Reviewed-on: #1
newtheme
person 6 months ago
parent
commit
3370f05e18
  1. 6
      index.html

6
index.html

@ -13,8 +13,10 @@ @@ -13,8 +13,10 @@
<div class="card">
<h1>title</h1>
<p>description</p>
<img src="https://images.unsplash.com/photo-1665581688232-de69dbcc2ffc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2940&q=80" alt="unsplash image">
<a href="google.com">google</a>
<img width="400" height="300" src="https://images.unsplash.com/photo-1665581688232-de69dbcc2ffc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2940&q=80" alt="unsplash image">
<div>
<a href="google.com">google</a>
</div>
</div>
</div>
<div id="app"></div>

Loading…
Cancel
Save