Skip to content

Instantly share code, notes, and snippets.

@3AYUR
3AYUR / offline.html
Created October 7, 2025 10:08 — forked from rossta/offline.html
offline.html
<!DOCTYPE html>
<html>
<head>
<title>You are not connected to the Internet</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;