doc.yeswiki.pro/node_modules/shiki/samples/astro.sample

17 lines
226 B
Text
Raw Normal View History

2023-05-20 19:37:42 +03:00
---
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>