the-ultimate-blank-canvas-app / temp-download.html
bigpappic's picture
That's the playlist right now I keep trying to click the link you've given me and it's not working
2f7ad55 verified
raw
history blame contribute delete
635 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Temporary Downloads | Mrs T's Funhouse</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Temporary Download Links</h1>
<p>These are placeholder downloads until we set up proper release packages:</p>
<ul>
<li><a href="/downloads/mrst-windows.exe">Windows Executable</a></li>
<li><a href="/downloads/mrst-mac.dmg">Mac Disk Image</a></li>
<li><a href="/downloads/mrst-linux.deb">Linux Package</a></li>
</ul>
</body>
</html>