Section
Terminal 404 — Vercel / Linear
Vercel / Linear 404 page: Terminal 404.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/404/vercel/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/404/vercel Tailwind/Sections/404/vercel <!--
Snippet Name: Terminal 404 — Vercel / Linear
Description: Vercel / Linear 404 page: Terminal 404.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<section class="relative w-full py-20 sm:py-28 text-white" data-section="vercel">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="max-w-xl mx-auto bg-[#0a0a0a] border border-white/10 rounded-[14px] vc-panel p-6" style="font-family:monospace"><p class="text-sm"><span style="color:#50e3c2">user@host</span>:<span class="text-white/50">~</span>$ ls /pages/</p><p class="mt-2 text-sm text-white/50">ls: cannot access '/pages/missing': No such file or directory</p><p class="mt-2 text-sm"><span style="color:#50e3c2">user@host</span>:<span class="text-white/50">~</span>$ <span class="inline-block w-2 h-4 align-middle" style="background:#50e3c2;animation:blink 1s steps(1) infinite"></span></p><h1 class="mt-6 f-disp text-4xl font-bold" style="font-family:'Geist Mono', ui-monospace, monospace">404</h1><p class="mt-2 text-sm text-white/50">exit code 404 — page not found</p><div class="mt-6"><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-white text-black rounded-lg font-medium hover:bg-white/90 inline-flex items-center justify-center gap-2"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M3 9.5 12 3l9 6.5V21a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path d="M9 22V12h6v10"/></svg> Back home</a><a href="#" class="border border-white/10 bg-white/[0.02] text-white rounded-lg hover:border-white/20 hover:text-white inline-flex items-center justify-center gap-2"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg> Search</a></div></div><style>
/* DevSnips style-helper classes (self-contained snippet) */
.f-sans{font-family:'Geist',sans-serif}.f-mono{font-family:'Geist Mono',monospace}.f-disp{font-family:'Geist',sans-serif}
.vc-grid{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(80% 60% at 50% 0%,#000 40%,transparent 100%)}
.vc-dot{display:inline-block;height:6px;width:6px;border-radius:9999px;background:#50e3c2;box-shadow:0 0 8px #50e3c2}
.vc-panel{box-shadow:0 0 0 1px rgba(255,255,255,.02),0 20px 60px -20px rgba(0,0,0,.9)}
@keyframes blink{50%{opacity:0}}
</style></div>
</div>
</section> # Terminal 404 — Vercel / Linear
> Vercel / Linear 404 page: Terminal 404.

## Features
- terminal 404
- pure mono layout
- shell prompt
- blinking cursor
- dual CTA
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Vercel / Linear** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 18 lines UTF-8 · LF · Spaces: 2
Continue browsing