add header

This commit is contained in:
Sergey Krylov 2025-01-22 05:26:55 +03:00
parent 748051818d
commit 6446e5cee3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archakov Vue</title> <title>Vue Sneakers</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -5,6 +5,6 @@
<div <div
class="mt-14 w-4/5 mx-auto bg-white h-screen rounded-xl shadow-xl" class="mt-14 w-4/5 mx-auto bg-white h-screen rounded-xl shadow-xl"
> >
<Header/> <Header/>
</div> </div>
</template> </template>