mobile apk button

This commit is contained in:
2025-09-01 22:13:48 +02:00
parent 0c38422385
commit 797368e904

View File

@@ -8,6 +8,7 @@
<meta http-equiv="X-Frame-Options" content="DENY"> <meta http-equiv="X-Frame-Options" content="DENY">
<link rel="stylesheet" href="{{ url_for('static', filename='stylesheet.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='stylesheet.css') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}"> <link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}">
<link rel="stylesheet" href="../static/stylesheet.css"
<script src="https://cdn.jsdelivr.net/npm/socket.io-client@4.7.2/dist/socket.io.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/socket.io-client@4.7.2/dist/socket.io.min.js"></script>
</head> </head>
<body style="overflow-y: auto;"> <body style="overflow-y: auto;">
@@ -86,16 +87,27 @@
</p> </p>
<!-- Desktop App Download Button --> <!-- Desktop App Download Button -->
<div style="margin-bottom: 1rem;"> <div style="display: flex; gap: 1rem; margin-bottom: 1rem; justify-content: center;">
<a href="https://rattatwinko.servecounterstrike.com/gitea/rattatwinko/bytechat-desktop/releases" <div>
target="_blank" <a href="https://rattatwinko.servecounterstrike.com/gitea/rattatwinko/bytechat-desktop/releases"
rel="noopener noreferrer" target="_blank"
class="btn" rel="noopener noreferrer"
style="display: inline-block; text-decoration: none; font-size: clamp(0.85rem, 3.5vw, 1rem); padding: 0.6rem 1.5rem; min-width: 150px;"> class="btn"
Download Desktop App style="display: inline-block; text-decoration: none; font-size: clamp(0.85rem, 3.5vw, 1rem); padding: 0.6rem 1.5rem; min-width: 150px;">
</a> Download Desktop App
</div> </a>
</div>
<div>
<a href="https://rattatwinko.servecounterstrike.com/gitea/rattatwinko/bytechat-desktop/releases/download/frontendchangesandnewfeature/bytechat-release.apk"
target="_blank"
rel="noopener noreferrer"
class="btn"
style="display: inline-block; text-decoration: none; font-size: clamp(0.85rem, 3.5vw, 1rem); padding: 0.6rem 1.5rem; min-width: 150px;">
Download Mobile APK
</a>
</div>
</div>
<div style="margin-top: 2rem; padding: 1rem; border: 1px solid #333; border-radius: 8px; background: rgba(0, 0, 0, 0.2);"> <div style="margin-top: 2rem; padding: 1rem; border: 1px solid #333; border-radius: 8px; background: rgba(0, 0, 0, 0.2);">
<h3 style="font-size: clamp(1rem, 4vw, 1.25rem); margin-bottom: 0.75rem; color: #ffffff;">Release Information</h3> <h3 style="font-size: clamp(1rem, 4vw, 1.25rem); margin-bottom: 0.75rem; color: #ffffff;">Release Information</h3>
<div style="font-size: clamp(0.8rem, 3vw, 0.95rem); color: #888; line-height: 1.5;"> <div style="font-size: clamp(0.8rem, 3vw, 0.95rem); color: #888; line-height: 1.5;">
@@ -325,7 +337,7 @@
<!-- Load scripts at the bottom for better initialization --> <!-- Load scripts at the bottom for better initialization -->
<script src="{{ url_for('static', filename='script.js') }}" defer></script> <script src="{{ url_for('static', filename='script.js') }}" defer></script>
<script src="{{ url_for('static', filename='frontend.js') }}" defer></script> <script src="{{ url_for('static', filename='frontend.js') }}" defer></script>
<script src="{{ url_for('static', filename='rooms.js') }}"></script> <script src="{{ url_for('static', filename='rooms.js') }}" defer></script>
<script src="{{ url_for('static', filename='rss.js') }}" defer></script> <script src="{{ url_for('static', filename='rss.js') }}" defer></script>
<style> <style>