Skip to content

Commit 7074a2d

Browse files
committedMay 17, 2022
index
1 parent f99f5cb commit 7074a2d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,22 @@
1010
</head>
1111
<body>
1212
<div id="app">
13-
<h1>{{ product }}</h1>
13+
<div class="nav-bar"></div>
14+
<div class="product-display">
15+
<div class="product-container">
16+
<div class="product-image">
17+
<img v-bind:src="image">
18+
</div>
19+
<div class="product-info">
20+
<h1>{{ product }}</h1>
21+
<!-- solution -->
22+
<a :href="url">Made by Me <3 </a>
23+
<!-- solution -->
24+
</div>
25+
</div>
26+
</div>
1427
</div>
28+
1529
<!-- Import App -->
1630
<script src="./main.js"></script>
1731
<!-- Mount App -->

0 commit comments

Comments
 (0)
Please sign in to comment.