Skip to content

Commit

Permalink
Merge pull request #113 from SOPT-all/develop
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
yarimu authored Nov 29, 2024
2 parents 33075fc + fc1d772 commit 2ce48f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<!doctype html>
<html lang="ko_KR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AliExpress Korea | AND SOPT 35</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="public/favicon.ico" />
<title>AliExpress Korea | AND SOPT 35</title>
<meta property="og:image" content="/public/OG.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Binary file added public/OG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit 2ce48f2

Please sign in to comment.