-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprodukte.html
32 lines (24 loc) · 934 Bytes
/
produkte.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- $title purprodukt -->
<!-- $description Shop work in progress -->
<!-- @include _header.html -->
<!-- @reload -->
<!-- @include _logotype.html -->
<section class="produkte">
<div class="swiper-container swiper-nested1 swiper-n11">
<div class="pagination-nested1 pagination-n11"></div>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="produkt"><img src="<!-- @path dummy-produkt -->" alt="" width="220" height="310"/></div>
</div>
<div class="swiper-slide">
<div class="produkt"><img src="<!-- @path dummy-produkt -->" alt="" width="220" height="310"/></div>
</div>
<div class="swiper-slide">
<div class="produkt"><img src="<!-- @path dummy-produkt -->" alt="" width="220" height="310"/></div>
</div>
</div> <!-- /swiper_wrapper -->
</div> <!-- /swiper_container -->
</section>
<!-- @include _modal.html -->
<!-- @include _stage.html -->
<!-- @include _footer.html -->