Fix images missing
This commit is contained in:
parent
81630979c7
commit
e9cf902a4a
10
website/dist/index.html
vendored
10
website/dist/index.html
vendored
@ -92,13 +92,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row justify-content-md-center pt-5">
|
<div class="row justify-content-md-center pt-5">
|
||||||
<div class="col col-lg-3">
|
<div class="col col-lg-3">
|
||||||
<a class="custom-link play" target="_BLANK" onclick="startGame()" title="PLAY ONLINE">
|
<a class="custom-link start" href="/choose-map.html" title="PRIVATE MODE">
|
||||||
PLAY ONLINE
|
PRIVATE MODE
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-lg-3">
|
<div class="col col-lg-3">
|
||||||
<a class="custom-link start" href="/choose-map.html" title="PRIVATE MODE">
|
<a class="custom-link play" target="_BLANK" onclick="startGame()" title="PLAY ONLINE">
|
||||||
PRIVATE MODE
|
PLAY ONLINE
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<section class="story-wrapper">
|
<section class="story-wrapper">
|
||||||
<div class="sky"></div>
|
<div class="sky"></div>
|
||||||
<div class="mountains"></div>
|
<div class="mountains"></div>
|
||||||
<img src="static/images/story/story-map.png" height="672" class="story-1" />
|
<img src="static/images/story/story-map-bg.png" height="672" class="story-1" />
|
||||||
<img src="static/images/story/character-static.png" class="character" id="leymah" />
|
<img src="static/images/story/character-static.png" class="character" id="leymah" />
|
||||||
<div class="birds">
|
<div class="birds">
|
||||||
<img class="bird bird-1" src="static/images/story/bird.gif" />
|
<img class="bird bird-1" src="static/images/story/bird.gif" />
|
||||||
|
Loading…
Reference in New Issue
Block a user