This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/projects/p081-download.php

24 lines
1.2 KiB
PHP
Raw Normal View History

2022-11-23 12:11:35 +01:00
<!DOCTYPE html>
<html>
<head>
2023-06-25 03:04:19 +02:00
<?php include '../php/header.php';?>
2022-11-23 12:11:35 +01:00
<title>Download Project 081 </title>
<meta charset="UTF-8">
<meta name="description" content="This page has download links for Project 081.">
2022-11-23 12:11:35 +01:00
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Download Project 081</h2>
2023-06-26 01:49:02 +02:00
<p>Disclaimer: Project 081 is nonfree software, because it is based on Apple's nonfree software. I cannot do anything about that unfortunately. I do not recommend that you use nonfree software like Project 081, and I am only providing links because I have worked on it access to the source code. You have been warned.</p>
<p>You can download Project 081 from the GitHub repository.</p>
<p><a href="https://github.com/p081/Project081/releases/download/beta3-0.5/Red.Project_081-0.5B3-Installer.dmg">Regular</a></p>
<p><a href="https://github.com/p081/Project081/releases/download/beta3-0.5/Blue.Project_081-0.5B3-Installer.dmg">iMac8,1/MacBookPro4,1</a></p>
</div>
2022-11-23 12:11:35 +01:00
</body>
<footer>
<?php include '../php/footer.php';?>
2022-11-23 12:11:35 +01:00
</footer>
</html>