File size: 635 Bytes
2f7ad55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>