1export const Noscript = () => (
2 <noscript>
3 Enable JavaScript for best experience. Source code of this website is
4 available at{" "}
5 <a
6 href="https://codeberg.org/Scrumplex/website"
7 target="_blank"
8 rel="noopener"
9 >
10 Codeberg
11 </a>
12 .
13 </noscript>
14);