make the app page use WPD and PCM screenshots

pull/2/head
Aevann1 2022-11-20 00:22:01 +02:00
parent eafae40aca
commit 68d42fc6a7
7 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1,18 +1,17 @@
{% extends "default.html" %}
{% block title %}
<title>{{SITE_NAME}} - Mobile App</title>
{% endblock %}
{% block content %}
<div class="ml-3 mt-4">
<b>How to download rDrama mobile app</b>
<b>How to download {{SITE_NAME}} mobile app</b>
<div class="font-weight-bold mt-4 mb-2">First step:</div>
<img onclick="expandDesktopImage()" alt="First step" style="height:30vh" src="/i/app1.webp">
<img onclick="expandDesktopImage()" alt="First step" style="height:30vh" src="/i/{{SITE_NAME}}/app1.webp">
<div class="font-weight-bold mt-4 mb-2">Second step:</div>
<img onclick="expandDesktopImage()" alt="Second step" style="height:30vh" src="/i/app2.webp">
<img onclick="expandDesktopImage()" alt="Second step" style="height:30vh" src="/i/{{SITE_NAME}}/app2.webp">
</div>
{% endblock %}