goodbye desktop app, gonna remove all references in the codebase tomorrow
This commit is contained in:
parent
3a0cf29a4a
commit
9ad9adb8f3
1 changed files with 0 additions and 65 deletions
65
index.html
65
index.html
|
|
@ -1432,28 +1432,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="maintenance-modal" class="modal">
|
|
||||||
<div class="modal-overlay"></div>
|
|
||||||
<div class="modal-content" style="text-align: center">
|
|
||||||
<h3 style="color: #ef4444; display: flex; align-items: center; gap: 0.5rem; justify-content: center">
|
|
||||||
<use svg="!lucide/wrench.svg" size="24" />
|
|
||||||
Maintenance Notice
|
|
||||||
</h3>
|
|
||||||
<p style="margin: 1.5rem 0; line-height: 1.6; font-size: 1.1rem">
|
|
||||||
The desktop version of Monochrome is currently undergoing essential maintenance to address critical
|
|
||||||
issues.
|
|
||||||
</p>
|
|
||||||
<p style="margin-bottom: 2rem; color: var(--muted-foreground); line-height: 1.5">
|
|
||||||
Downloads are temporarily disabled while we work on fixing these issues. Please check back later.
|
|
||||||
</p>
|
|
||||||
<div class="modal-actions" style="justify-content: center">
|
|
||||||
<button id="maintenance-home-btn" class="btn-primary" style="padding: 0.75rem 2rem">
|
|
||||||
Back to Home
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="desktop-update-modal" class="modal">
|
<div id="desktop-update-modal" class="modal">
|
||||||
<div class="modal-overlay"></div>
|
<div class="modal-overlay"></div>
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
|
|
@ -4680,49 +4658,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="page-download" class="page">
|
|
||||||
<h2 class="section-title" style="text-align: center">Monochrome Official App</h2>
|
|
||||||
<div class="download-content">
|
|
||||||
<p style="text-align: center" class="account-description">
|
|
||||||
Install the Monochrome Desktop App for a refined & improved music listening experience.
|
|
||||||
</p>
|
|
||||||
<br /><br />
|
|
||||||
|
|
||||||
<div class="download-buttons-icons">
|
|
||||||
<div class="download-buttons-icons-windows" style="display: flex; justify-content: center">
|
|
||||||
<use svg="./images/windows.svg" size="96" />
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<div style="display: flex; justify-content: center">
|
|
||||||
<a
|
|
||||||
id="download-windows-btn"
|
|
||||||
class="btn-secondary"
|
|
||||||
href="https://downloads.samidy.com/out_delivery/monochrome-windows.zip"
|
|
||||||
>Download Windows Version</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<div class="download-buttons-icons-linux" style="display: flex; justify-content: center">
|
|
||||||
<use svg="./images/linux.svg" size="96" />
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<div style="display: flex; justify-content: center">
|
|
||||||
<a
|
|
||||||
id="download-linux-btn"
|
|
||||||
class="btn-secondary"
|
|
||||||
href="https://downloads.samidy.com/out_delivery/monochrome-linux.zip"
|
|
||||||
>Download Linux Version</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
<h4 style="text-align: center; padding-top: 15px; color: #8b8b93">
|
|
||||||
The App is still in Beta. Please report any issues in our
|
|
||||||
<a href="discord.html" style="text-decoration: underline">Discord server.</a>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="page-donate" class="page">
|
<div id="page-donate" class="page">
|
||||||
<div style="text-align: center; padding: 2rem; max-width: 500px; margin: 0 auto">
|
<div style="text-align: center; padding: 2rem; max-width: 500px; margin: 0 auto">
|
||||||
<h2 class="section-title" style="margin-bottom: 1.5rem">Support Monochrome</h2>
|
<h2 class="section-title" style="margin-bottom: 1.5rem">Support Monochrome</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue