Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
AkekoChan committed Mar 12, 2024
2 parents 46ec779 + 0d736b9 commit 78b91a6
Show file tree
Hide file tree
Showing 163 changed files with 6,932 additions and 142 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

server/request.rest
10 changes: 7 additions & 3 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link
rel="stylesheet"
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kind-Kindle</title>
<title>Flami</title>
</head>
<body>
<body class="bg-alabaster-950 text-alabaster-50">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
Loading

0 comments on commit 78b91a6

Please sign in to comment.