Your ROOT_URL in app.ini is https://git.imagelance.com/ but you are visiting https://teatop-shop.com/templates/html/blame/commit/44c2df6c3e708c670210d6a329dc421795a0327b/300x600/index.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
<!DOCTYPE html>
< html lang = "cs" class = "" >
< head >
< title > HTML template< / title >
< meta charset = "UTF-8" >
< link rel = "stylesheet" href = "style.scss" type = "text/css" media = "screen" / >
< script >
window.clickTag = 'https://www.example.com';
< / script >
< / head >
< body >
< a href = "javascript:window.EXIT()" >
< main class = "wrapper" >
< div class = "background" > < / div >
< div class = "content" >
< article class = "headline" > < / article >
< article class = "subheadline model" > < / article >
< / div >
< div class = "product-wrapper" >
< div class = "product" > < / div >
< div class = "product__badge" >
< span class = "product__badge-text" > 5 year warranty< / span >
< / div >
< / div >
< div class = "product__price" >
< article > < span id = "price" data-product-price > < / span > €< / article >
< / div >
< div class = "countdown" >
< div class = "countdown__description" > < / div >
< span class = "countdown__timer" id = "countdown" > < / span >
< / div >
< div class = "cta" >
< div class = "cta__inner" > < / div >
< / div >
< div class = "logo" >
< img src = "logo.png" alt = "" width = "30" >
< / div >
< / main >
< / a >
< script src = "../assets/scripts.js" > < / script >
< / body >
< / html >