astro/packages/integrations/node/test/fixtures/url-protocol/src/pages/index.astro

11 lines
129 B
Text

---
---
<html lang="en">
<head>
<title>url-protocol</title>
</head>
<body>
{Astro.url.protocol}
</body>
</html>