mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Image Links
This commit is contained in:
parent
8153ca38f9
commit
e0ddacf348
@ -3,7 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col text-center">
|
<div class="col text-center">
|
||||||
<img class="img-fluid" src="/static/images/home_logo.png" alt="New Horizons Logo"/>
|
<img class="img-fluid" src="/images/home/home_logo.png" alt="New Horizons Logo"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -31,13 +31,13 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<figure class="figure">
|
<figure class="figure">
|
||||||
<img src="/static/images/home/mod_manager_dots.png" class="figure-img img-fluid rounded" alt="Click the three dots in the mod manager">
|
<img src="/images/home/mod_manager_dots.png" class="figure-img img-fluid rounded" alt="Click the three dots in the mod manager">
|
||||||
<figcaption class="figure-caption text-end">Click the ⋮</figcaption>
|
<figcaption class="figure-caption text-end">Click the ⋮</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<figure class="figure">
|
<figure class="figure">
|
||||||
<img src="/static/images/home/create_planets.png" class="figure-img img-fluid rounded" alt="Create a new folder named "planets"">
|
<img src="/images/home/create_planets.png" class="figure-img img-fluid rounded" alt="Create a new folder named "planets"">
|
||||||
<figcaption class="figure-caption text-end">Create a new folder named "planets"</figcaption>
|
<figcaption class="figure-caption text-end">Create a new folder named "planets"</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user