Ну вроде сделал vue

This commit is contained in:
ArtemEmelyanov 2023-06-15 18:02:03 +04:00
parent 7de8e172de
commit 772120ed1f
5 changed files with 29 additions and 0 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.navbar-brand{font-size:2rem;font-weight:700}.nav-link{color:#000;font-weight:700;text-transform:uppercase;transition:color .3s ease-in-out}.nav-link:hover{color:#dc3545}

BIN
frontend/vue-project/dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

21
frontend/vue-project/dist/index.html vendored Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="./src/style.css">
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-11a2dcdd.js"></script>
<link rel="stylesheet" href="/assets/index-8a71c744.css">
</head>
<body>
<div id="app"></div>
</body>
</html>