Urara-Blog/node_modules/.pnpm-store/v3/files/60/e5cd20181437e18002b4e2470d540d2c30950cec2524c83aaa5b6534b179bc1e81a4998a5b443011dc1dea480259e7c302ad414103a3e742dec2928e8edcb0
2022-08-14 01:14:53 +08:00

16 lines
226 B
Text

---
const name = "world"
---
<!DOCTYPE html>
<html>
<head>
<!-- This... is an Astro comment. -->
<title>Hello, {name}</title>
</head>
<body>
<main>
<h1>Hello, {name}</h1>
</main>
</body>
</html>