rDrama/files/templates/app.html

18 lines
577 B
HTML
Raw Normal View History

{% extends "default.html" %}
{% block title %}
2022-11-19 22:25:00 +00:00
<title>{{SITE_NAME}} - App</title>
{% endblock %}
{% block content %}
<div class="ml-3 mt-4">
2022-11-20 22:53:14 +00:00
<b>How to install {{SITE_NAME}}'s 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/{{SITE_NAME}}/app-{{g.type}}-1.webp">
<div class="font-weight-bold mt-4 mb-2">Second step:</div>
<img onclick="expandDesktopImage()" alt="Second step" style="height:30vh" src="/i/{{SITE_NAME}}/app-{{g.type}}-2.webp">
</div>
{% endblock %}