80 lines
1.9 KiB
HTML
80 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Tolaria Stable Download</title>
|
|
<meta http-equiv="refresh" content="0; url=https://github.com/refactoringhq/tolaria/releases/download/stable-v2026.4.19/Tolaria_2026.4.19_aarch64.dmg">
|
|
<script>
|
|
window.location.replace("https://github.com/refactoringhq/tolaria/releases/download/stable-v2026.4.19/Tolaria_2026.4.19_aarch64.dmg");
|
|
</script>
|
|
<style>
|
|
:root {
|
|
color-scheme: light;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
display: grid;
|
|
place-items: center;
|
|
padding: 24px;
|
|
background: #f7f6f3;
|
|
color: #37352f;
|
|
}
|
|
|
|
main {
|
|
width: min(100%, 460px);
|
|
background: #ffffff;
|
|
border: 1px solid #e9e9e7;
|
|
border-radius: 16px;
|
|
padding: 24px;
|
|
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 12px;
|
|
font-size: 1.5rem;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 12px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
a {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 44px;
|
|
padding: 0 16px;
|
|
border-radius: 10px;
|
|
background: #155dff;
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus-visible {
|
|
background: #1248cc;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Tolaria Stable Download</h1>
|
|
<p>Redirecting to the latest stable Tolaria DMG.</p>
|
|
<p>If the download does not start automatically, use the button below.</p>
|
|
<a id="download-link" href="https://github.com/refactoringhq/tolaria/releases/download/stable-v2026.4.19/Tolaria_2026.4.19_aarch64.dmg">Download latest stable DMG</a>
|
|
</main>
|
|
</body>
|
|
</html>
|