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 class="row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link play" target="_BLANK" onclick="startGame()" title="PLAY ONLINE">
|
||||
PLAY ONLINE
|
||||
<a class="custom-link start" href="/choose-map.html" title="PRIVATE MODE">
|
||||
PRIVATE MODE
|
||||
</a>
|
||||
</div>
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start" href="/choose-map.html" title="PRIVATE MODE">
|
||||
PRIVATE MODE
|
||||
<a class="custom-link play" target="_BLANK" onclick="startGame()" title="PLAY ONLINE">
|
||||
PLAY ONLINE
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -114,7 +114,7 @@
|
||||
<section class="story-wrapper">
|
||||
<div class="sky"></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" />
|
||||
<div class="birds">
|
||||
<img class="bird bird-1" src="static/images/story/bird.gif" />
|
||||
|
Loading…
Reference in New Issue
Block a user