add itens
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
---
|
||||
import '../styles/app.css'
|
||||
import { Regular as Logo } from '@components/Logo'
|
||||
import { Container } from '@components/Container'
|
||||
import { Menu } from '@components/Menu'
|
||||
export interface Props {
|
||||
title: string
|
||||
}
|
||||
|
||||
import '~/styles/app.css'
|
||||
import { Regular as Logo } from '~/components/Logo'
|
||||
import { Container } from '~/components/Container'
|
||||
import { Menu } from '~/components/Menu'
|
||||
import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
|
||||
|
||||
const { title } = Astro.props
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
@@ -13,7 +19,9 @@ import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>EDUSEG® — Educação que garante sua segurança</title>
|
||||
<title>
|
||||
{title} ‐ EDUSEG® — Educação que garante sua segurança
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user