Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,31 @@
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; connect-src 'self'; worker-src 'self' blob:; object-src 'none'; base-uri 'self'; form-action 'none'"
/>
<title>Cave Survey Viewer</title>
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="application-name" content="Cave Survey Viewer" />
<meta
name="description"
content="A web-native 3D viewer for cave survey data. Runs entirely in your browser — nothing is uploaded."
/>
<!-- Open Graph: gives search engines an explicit site name (otherwise Google
falls back to the pages.dev domain and labels the result "Cloudflare"). -->
<meta property="og:site_name" content="Cave Survey Viewer" />
<meta property="og:title" content="Cave Survey Viewer" />
<meta
property="og:description"
content="A web-native 3D viewer for cave survey data. Runs entirely in your browser — nothing is uploaded."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caveviewer.pages.dev/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Cave Survey Viewer",
"url": "https://caveviewer.pages.dev/"
}
</script>
</head>
<body>
<div id="app">
Expand Down
Binary file added public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading