Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Dec 21, 2024
1 parent dba975a commit 82e4ece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html lang="en" dir="rtl">
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>سلام - ادیتور</title>
<link rel="stylesheet" href="./src/styles/style.css">
<title>سلام - ویرایشگر متن</title>
<link rel="stylesheet" href="/src/styles/style.css">
</head>
<body class="bg-[#ff5b00]/5">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
</html>

0 comments on commit 82e4ece

Please sign in to comment.