This commit is contained in:
valitovgaziz
2024-11-23 03:12:59 +05:00
parent cd6460d121
commit b461f9b53e
2 changed files with 5 additions and 12 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang=""> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<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>Vite App</title> <title>F&A</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+3 -9
View File
@@ -1,16 +1,10 @@
<script setup> <script setup>
import { RouterLink, RouterView } from 'vue-router' import { RouterLink, RouterView } from 'vue-router';
import HomeView from './views/HomeView.vue';
</script> </script>
<template> <template>
<header> <HomeView />
<div class="wrapper">
<nav>
</nav>
</div>
</header>
<RouterView />
</template> </template>
<style scoped> <style scoped>