Section

Abstract 404 — Startup Landing

Startup Landing 404 page: Abstract 404.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/404/startup-landing
registry path: Tailwind/Sections/404/startup-landing

Source

Implementation

code.html
<!--
Snippet Name: Abstract 404 — Startup Landing
Description: Startup Landing 404 page: Abstract 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:'Plus Jakarta Sans',sans-serif}.f-mono{font-family:'Plus Jakarta Sans',sans-serif}.f-disp{font-family:'Plus Jakarta Sans',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-slate-900" data-section="startup-landing">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 gap-8 lg:grid-cols-2 items-center max-w-4xl mx-auto"><div class="relative h-64"><svg viewBox="0 0 200 200" class="h-full w-full" aria-hidden="true"><circle cx="60" cy="80" r="40" fill="none" stroke="#4f46e5" stroke-width="1.5"/><rect x="100" y="40" width="70" height="70" rx="12" fill="none" stroke="currentColor" stroke-width="1.5" opacity="0.4"/><path d="M40 160 Q100 120 160 160" fill="none" stroke="#6366f1" stroke-width="1.5" opacity="0.6"/><circle cx="140" cy="130" r="18" fill="#e0e7ff" stroke="#4f46e5" stroke-width="1.5"/></svg></div><div class="text-center lg:text-left"><p class="f-disp text-6xl sm:text-7xl font-bold tracking-tight text-indigo-600">404</p><h1 class="mt-3 f-disp text-2xl font-bold text-slate-900">Page not found</h1><p class="mt-3 text-sm text-slate-500 max-w-sm mx-auto lg:mx-0">Sorry, we couldn’t find the page you’re looking for. It may have been moved or deleted.</p><div class="mt-8 flex flex-col sm:flex-row gap-3 justify-center lg:justify-start"><a href="/" class="inline-flex items-center justify-center gap-2 rounded-xl bg-indigo-600 px-5 py-2.5 text-sm font-semibold text-white hover:bg-indigo-500"><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="inline-flex items-center justify-center gap-2 rounded-xl border border-slate-300 px-5 py-2.5 text-sm font-medium text-slate-700 hover:bg-white"><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>
</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/startup-landing

Continue browsing

View all