mirror of
https://github.com/ratspeak/ratspeak-website
synced 2026-08-12 18:07:55 -04:00
113 lines
4.6 KiB
HTML
113 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="robots" content="noindex, follow">
|
|
<meta name="theme-color" content="#18171a">
|
|
<meta http-equiv="refresh" content="0; url=https://docs.ratspeak.org/">
|
|
<title>Docs moved | Ratspeak</title>
|
|
<meta name="description" content="Ratspeak documentation has moved to docs.ratspeak.org.">
|
|
<link rel="canonical" href="https://docs.ratspeak.org/">
|
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
<link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png">
|
|
<link rel="mask-icon" href="/favicon.svg" color="#D2693B">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<meta name="application-name" content="Ratspeak">
|
|
<meta name="apple-mobile-web-app-title" content="Ratspeak">
|
|
<meta name="msapplication-TileColor" content="#FAF7F3">
|
|
<meta name="msapplication-TileImage" content="/assets/icons/windows/ratspeak-windows-light-150.png">
|
|
<meta name="color-scheme" content="light dark">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:locale" content="en_US">
|
|
<meta property="og:site_name" content="Ratspeak">
|
|
<meta property="og:title" content="Docs moved | Ratspeak">
|
|
<meta property="og:description" content="Ratspeak documentation has moved to docs.ratspeak.org.">
|
|
<meta property="og:url" content="https://docs.ratspeak.org/">
|
|
<meta property="og:image" content="https://ratspeak.org/assets/seo/og-docs.png">
|
|
<meta property="og:image:secure_url" content="https://ratspeak.org/assets/seo/og-docs.png">
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="630">
|
|
<meta property="og:image:alt" content="Ratspeak Docs - Guides for Reticulum, LoRa, hardware, deployment, and private mesh networking.">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@ratspeakorg">
|
|
<meta name="twitter:title" content="Docs moved | Ratspeak">
|
|
<meta name="twitter:description" content="Ratspeak documentation has moved to docs.ratspeak.org.">
|
|
<meta name="twitter:image" content="https://ratspeak.org/assets/seo/og-docs.png">
|
|
<meta name="twitter:image:alt" content="Ratspeak Docs - Guides for Reticulum, LoRa, hardware, deployment, and private mesh networking.">
|
|
<style>
|
|
:root {
|
|
--accent: #D2693B;
|
|
--bg-primary: #18171a;
|
|
--text-primary: #e8e4e0;
|
|
--text-secondary: #a89f96;
|
|
}
|
|
|
|
[data-theme="light"] {
|
|
--bg-primary: #FAF7F3;
|
|
--text-primary: #2A2522;
|
|
--text-secondary: #6F675F;
|
|
}
|
|
|
|
body {
|
|
align-items: center;
|
|
background: var(--bg-primary);
|
|
color: var(--text-primary);
|
|
display: flex;
|
|
font-family: Outfit, system-ui, -apple-system, sans-serif;
|
|
justify-content: center;
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
padding: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
main {
|
|
max-width: 520px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 24px;
|
|
margin: 0 0 12px;
|
|
}
|
|
|
|
p {
|
|
color: var(--text-secondary);
|
|
font-size: 16px;
|
|
line-height: 1.55;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
<script>!function(){var t=localStorage.getItem('ratspeak-theme')||'dark';document.documentElement.setAttribute('data-theme',t);var m=document.querySelector('meta[name="theme-color"]');if(m)m.setAttribute('content',t==='dark'?'#18171a':'#FAF7F3')}()</script>
|
|
<script>
|
|
(function() {
|
|
var routes = {
|
|
'getting-started/building-from-source': 'docs/reference/building-from-source',
|
|
'introduction/what-is-ratspeak': 'docs/',
|
|
'introduction/faq': 'docs/reference/faq'
|
|
};
|
|
var hash = window.location.hash.replace(/^#\/?/, '');
|
|
var targetPath = hash ? (routes[hash] || 'docs/' + hash) : '';
|
|
var target = 'https://docs.ratspeak.org/' + targetPath;
|
|
window.location.replace(target);
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Ratspeak docs moved</h1>
|
|
<p>The documentation now lives at <a href="https://docs.ratspeak.org/">docs.ratspeak.org</a>.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|