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