Последнее редактирование:
[UWSL]everything is working[/UWSL]not working
Да все воркает но нету фона[UWSL]everything is working[/UWSL]
Да, у меня так же, порылся в index.svelte, там указаны нерабочие ссылки на картинки к примеруДа все воркает но нету фона
<svelte:window on:keyup={HandleKeyDown} />
<div class="bg">
<img src="http://gta5dev.online/gta5dev/gunshop1/bg2.png" alt=""/>
</div>
there is no gun photos are showingFixed the background, to fix it you need to write it in index.svelte after the line
Git:<svelte:window on:keyup={HandleKeyDown} />
write this line:
Git:<div class="bg"> <img src="http://gta5dev.online/gta5dev/gunshop1/bg2.png" alt=""/> </div>
In this case, check that all lines associated with the pictures indicate gunshop1there is no gun photos are showing