Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/2ce04c08cb05ebb0776be0415b2effb91953bbec/_includes/header-funds.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/_includes/header-funds.html

30 lines
1.3 KiB

<header>
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="header-content">
<div class="header-content-inner">
<h1>Thanks for land here! I'm Antonio the creator of Jekynewage</h1>
<a href="#download" class="btn btn-outline btn-xl page-scroll">Need help!</a>
</div>
</div>
</div>
<div class="col-sm-5">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/demo-screen-1.jpg" class="img-responsive" alt="">
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>