import React from "react"; import { Link } from "gatsby"; import "../styles/style.css"; const OfflinePage = () => { return (

Offline :(

Looks like you lost your connection. Please check it and try again.

Try again →
); }; export default OfflinePage;