Skip to content

Commit

Permalink
Update template_index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson authored Sep 2, 2024
1 parent 46c5926 commit 03e6861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h4 class="card-subtitle mb-2">Original Xbox Emulator</h4>
<img src="linux_title_bar_dark_2x.png" class="screenshot-titlebar" />
<div id="screenshot-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
{% for i in range(6) %}
{% for i in range(7) %}
<div class="carousel-item {% if i<1 %}active{% endif %}">
<img src="/screenshots/{{ i }}.jpg" class="img-fluid lazy" />
</div>
Expand Down

0 comments on commit 03e6861

Please sign in to comment.