4 lab pls push

This commit is contained in:
Павел Сорокин 2023-04-09 15:44:44 +04:00
parent 688fd255c6
commit c88068f489
14 changed files with 98 additions and 0 deletions

2
.gitignore vendored
View File

@ -35,3 +35,5 @@ out/
### VS Code ###
.vscode/
data.mv.db
data.trace.db

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
FrontEnd/dist/assets/icon.48c7b096.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

67
FrontEnd/dist/assets/index.b425975d.js vendored Normal file

File diff suppressed because one or more lines are too long

10
FrontEnd/dist/assets/index.de914145.css vendored Normal file

File diff suppressed because one or more lines are too long

1
FrontEnd/dist/favicon.svg vendored Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>

After

Width:  |  Height:  |  Size: 611 B

18
FrontEnd/dist/index.html vendored Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/icon.48c7b096.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<title>МБОУ средняя общеобразовательная школа №10</title>
<script type="module" crossorigin src="/assets/index.b425975d.js"></script>
<link rel="stylesheet" href="/assets/index.de914145.css">
</head>
<body>
<div id="app"></div>
</body>
</html>