Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
<div class="download__v1">
<h1>Download Vincent OS</h1>
<br/>
<p>
Information: <br/>
Vincent OS is currently in open beta. <br/>
This means that it is still under development and may contain bugs. <br/>
We recommend you to use it on a secondary computer or in a virtual machine. <br/>
<br/>
Default username: <strong>user</strong> <br/>
Default password: <strong>VincentOS</strong> <br/>
</p>
<br/>
<img src="../img/logo.png" alt="Vincent OS Logo" style="height: 5%; width: 5%;">
<h2>Vincent OS</h2>
<h3>Standard Edition</h3>
Expand All @@ -81,9 +91,11 @@ <h3>Standard Edition</h3>
<li>Storage: At least 20 GO</li>
</ul>
<br/>
<button id="downloadButton" onclick="downloadVincentOS">
<center>
<button id="downloadButton" onclick="downloadVincentOS">
<a href="https://repo.v38armageddon.net/vincent-os/iso/vincentOS-open-beta-1.0-x86_64.iso"> DOWNLOAD OPEN BETA </a>
</button>
</center>
<!--
<center>
<button id="downloadButton" onclick="downloadVincentOS">
Expand Down