Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions microservices-demo/src/frontend/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
</span>
</div>
<main role="main" class="home">
<!-- przykładowa zmiana w kodzie serwisu -->
<h1>To mały krok dla człowieka, ale dla karła - normalny</h1>

<!-- The image at the top of the home page, displayed on smaller screens. -->
<div class="home-mobile-hero-banner d-lg-none"></div>

Expand All @@ -42,6 +39,8 @@ <h1>To mały krok dla człowieka, ale dla karła - normalny</h1>
<div class="row hot-products-row px-xl-6">

<div class="col-12">
<!-- przykładowa zmiana w kodzie serwisu -->
<h1>To mały krok dla człowieka, ale dla karła - normalny</h1>
<h3>Hot Products</h3>
</div>

Expand Down