Skip to content

Commit

Permalink
Format frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0tonin committed Feb 14, 2024
1 parent 4d3a4f5 commit a183a3b
Show file tree
Hide file tree
Showing 12 changed files with 4,730 additions and 4,731 deletions.
24 changes: 12 additions & 12 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Mikochi</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Mikochi</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit a183a3b

Please sign in to comment.