Compare commits
2 Commits
fix-flashe
...
detect-bet
Author | SHA1 | Date | |
---|---|---|---|
0543c3e89f | |||
2191140232 |
BIN
static/centillion_white_beta.png
Normal file
BIN
static/centillion_white_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
static/centillion_white_localhost.png
Normal file
BIN
static/centillion_white_localhost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@@ -7,11 +7,18 @@
|
|||||||
<div class="col12sm" id="banner-col">
|
<div class="col12sm" id="banner-col">
|
||||||
<center>
|
<center>
|
||||||
<a id="banner-a" href="{{ url_for('search')}}?query=&fields=">
|
<a id="banner-a" href="{{ url_for('search')}}?query=&fields=">
|
||||||
|
{% if 'betasearch' in request.url %}
|
||||||
|
<img id="banner-img" src="{{ url_for('static', filename='centillion_white_beta.png') }}">
|
||||||
|
{% elif 'localhost' in request.url %}
|
||||||
|
<img id="banner-img" src="{{ url_for('static', filename='centillion_white_localhost.png') }}">
|
||||||
|
{% else %}
|
||||||
<img id="banner-img" src="{{ url_for('static', filename='centillion_white.png') }}">
|
<img id="banner-img" src="{{ url_for('static', filename='centillion_white.png') }}">
|
||||||
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if config['TAGLINE'] %}
|
{% if config['TAGLINE'] %}
|
||||||
<div class="row" id="tagline-row">
|
<div class="row" id="tagline-row">
|
||||||
<div class="col12sm" id="tagline-col">
|
<div class="col12sm" id="tagline-col">
|
||||||
|
Reference in New Issue
Block a user