mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +03:00
Убрал тег a
, добавил window.open взамен
This commit is contained in:
parent
a9b4751aca
commit
f4d4d47c8a
1 changed files with 9 additions and 8 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<div class="wallpaper-text">
|
<div class="wallpaper-text">
|
||||||
<div class="wallpaper-desc">
|
<div class="wallpaper-desc">
|
||||||
<h1>{{info.title}}</h1>
|
<h1 class="title">{{info.title}}</h1>
|
||||||
{% if info.copyright %}
|
{% if info.copyright %}
|
||||||
<p class="copyright">Copyright: {{info.copyright}}</p>
|
<p class="copyright">Copyright: {{info.copyright}}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -50,12 +50,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="get-it-on">
|
<div class="get-it-on">
|
||||||
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'>
|
<img src='/static/image/get-it-on-gp.png'
|
||||||
<img src='/static/image/get-it-on-gp.png' alt='Get it on Google Play'>
|
alt='Get it on Google Play'
|
||||||
</a>
|
onclick="window.open('https://play.google.com/store/apps/details?id=ru.murzify.everynasa')">
|
||||||
<a href="https://github.com/Starlio-app/Starlio">
|
|
||||||
<img src="/static/image/get-it-on-github.png" alt="Get it on Github">
|
<img src="/static/image/get-it-on-github.png"
|
||||||
</a>
|
alt='Get it on Github'
|
||||||
|
onclick="window.open('https://github.com/Starlio-app/Starlio')">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue