Files
space-stream/src/app.html
T
CaZzzer fde245058e Initialize web application via create-cloudflare CLI
Details:
  C3 = [email protected].4
  project name = space-stream
  framework = svelte
  framework cli = [email protected].4
  package manager = [email protected]
  wrangler = [email protected].1
  git = 2.53.0
2026-04-11 02:16:57 -07:00

12 lines
286 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>