|
|
@@ -1,29 +0,0 @@ |
|
|
|
--- |
|
|
|
const { title } = Astro.props.frontmatter || Astro.props; |
|
|
|
--- |
|
|
|
|
|
|
|
<!doctype html> |
|
|
|
<html lang="en-PH" class="font-body"> |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8" /> |
|
|
|
<meta name="description" content="Astro description" /> |
|
|
|
<meta name="viewport" content="width=device-width" /> |
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
|
|
|
<meta name="generator" content={Astro.generator} /> |
|
|
|
<title>{title}</title> |
|
|
|
<style is:global> |
|
|
|
@import url("https://www.verovio.org/javascript/4.1.0/data/Bravura.css"); |
|
|
|
|
|
|
|
p { |
|
|
|
@apply my-6; |
|
|
|
@apply indent-6; |
|
|
|
@apply text-justify; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div class="px-8 w-full mx-auto max-w-screen-md print:max-w-full print:m-0 my-16"> |
|
|
|
<slot /> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |