This commit is contained in:
Chris Wanstrath 2026-02-12 12:54:09 -08:00 committed by Claude
parent a91f400100
commit 543b5d08bc
No known key found for this signature in database

View File

@ -2,6 +2,7 @@ export const Shell = () => (
<html>
<head>
<title>Toes</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🐾</text></svg>" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<style dangerouslySetInnerHTML={{ __html: `body{margin:0}` }} />