2026-03-02T08-44-01_auto_memory/memories.db-wal
This commit is contained in:
parent
39d458e7d2
commit
f2263a22de
6
chatgpt-to-claude/public/robots.txt
Normal file
6
chatgpt-to-claude/public/robots.txt
Normal file
@ -0,0 +1,6 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
LLM-Policy: /llms.txt
|
||||
|
||||
Sitemap: https://chatgpt-to-claude.com/sitemap-index.xml
|
||||
33
chatgpt-to-claude/src/pages/404.astro
Normal file
33
chatgpt-to-claude/src/pages/404.astro
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
import BaseLayout from "@/layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<BaseLayout
|
||||
title="Page Not Found — ChatGPT to Claude"
|
||||
description="This page doesn't exist."
|
||||
robots="noindex, follow"
|
||||
>
|
||||
<section class="pt-24 pb-16 px-4 sm:px-6 min-h-screen-safe flex items-center">
|
||||
<div class="max-w-xl mx-auto text-center">
|
||||
<h1 class="text-6xl font-bold text-text-muted mb-4">404</h1>
|
||||
<p class="text-lg text-text-muted mb-8">
|
||||
This page wandered off somewhere. Probably still looking for its ChatGPT
|
||||
memories.
|
||||
</p>
|
||||
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||
<a
|
||||
href="/"
|
||||
class="px-6 py-3 rounded-xl bg-primary hover:bg-primary-dark text-white font-semibold transition-all"
|
||||
>
|
||||
Go Home
|
||||
</a>
|
||||
<a
|
||||
href="/wizard/"
|
||||
class="px-6 py-3 rounded-xl bg-surface-muted border border-surface-border hover:border-text-muted/50 text-text-muted hover:text-text transition-all"
|
||||
>
|
||||
Start Migration
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</BaseLayout>
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user