mobile apk button
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<meta http-equiv="X-Frame-Options" content="DENY">
|
||||
<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="stylesheet" href="../static/stylesheet.css"
|
||||
<script src="https://cdn.jsdelivr.net/npm/socket.io-client@4.7.2/dist/socket.io.min.js"></script>
|
||||
</head>
|
||||
<body style="overflow-y: auto;">
|
||||
@@ -86,16 +87,27 @@
|
||||
</p>
|
||||
|
||||
<!-- Desktop App Download Button -->
|
||||
<div style="margin-bottom: 1rem;">
|
||||
<a href="https://rattatwinko.servecounterstrike.com/gitea/rattatwinko/bytechat-desktop/releases"
|
||||
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 Desktop App
|
||||
</a>
|
||||
<div style="display: flex; gap: 1rem; margin-bottom: 1rem; justify-content: center;">
|
||||
<div>
|
||||
<a href="https://rattatwinko.servecounterstrike.com/gitea/rattatwinko/bytechat-desktop/releases"
|
||||
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 Desktop App
|
||||
</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);">
|
||||
<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;">
|
||||
@@ -325,7 +337,7 @@
|
||||
<!-- Load scripts at the bottom for better initialization -->
|
||||
<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='rooms.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='rooms.js') }}" defer></script>
|
||||
<script src="{{ url_for('static', filename='rss.js') }}" defer></script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user