This commit is contained in:
Chandler Swift 2025-12-28 18:22:21 -06:00
parent 2c876cef42
commit 06e943d478
2 changed files with 303 additions and 134 deletions

View file

@ -45,14 +45,6 @@
font-weight:600;
box-shadow:0 4px 12px rgba(37,99,235,.12);
}
a.secondary{
background:transparent;
color:var(--muted);
border:1px solid rgba(15,23,42,.06);
padding:.5rem .9rem;
border-radius:8px;
text-decoration:none;
}
@media (max-width:420px){ .code{font-size:2.5rem} }
</style>
</head>
@ -63,7 +55,6 @@
<p>We couldn't find the page you're looking for. It may have been moved or removed.</p>
<div class="actions">
<a class="button" href="/">Go to homepage</a>
<a class="secondary" href="javascript:history.back()">Go back</a>
</div>
</div>
</body>