Section

Illustration 404 — Minimal

Minimal 404 page: Illustration 404.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/sections/404/minimal/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/404/minimal
registry path: Tailwind/Sections/404/minimal

Source

Implementation

code.html
<!--
Snippet Name: Illustration 404 — Minimal
Description: Minimal 404 page: Illustration 404.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->

<style>
  /* DevSnips style-helper classes (self-contained snippet) */
  .f-sans{font-family:'Inter',sans-serif}.f-mono{font-family:'Inter',sans-serif}.f-disp{font-family:'Inter',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-neutral-900" data-section="minimal">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="text-center"><div class="mx-auto mb-8 relative h-40 w-40"><svg viewBox="0 0 200 200" class="h-full w-full" aria-hidden="true"><circle cx="100" cy="100" r="60" fill="none" stroke="currentColor" stroke-width="2" stroke-dasharray="6 6" opacity="0.4"/><circle cx="100" cy="100" r="30" fill="none" stroke="currentColor" stroke-width="2"/><path d="M70 100h60M100 70v60" stroke="currentColor" stroke-width="2"/><circle cx="100" cy="100" r="4" fill="#111111"/></svg></div><p class="f-disp text-6xl font-bold">404</p><h1 class="mt-3 f-disp text-xl font-bold">Off the grid</h1><p class="mt-2 text-sm text-neutral-500">The page you seek is outside our map.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center"><a href="/" class="bg-neutral-900 text-white rounded-lg font-medium hover:bg-neutral-800 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-neutral-300 text-neutral-800 rounded-lg font-medium hover:bg-neutral-50 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>
</div>
</section>
16 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This section is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://sections/404/minimal

Continue browsing

View all