Skip to content

Commit

Permalink
Merge pull request #13 from sryung1225/dev
Browse files Browse the repository at this point in the history
전체 성능 개선 1차 (#12)
  • Loading branch information
sryung1225 authored Dec 19, 2023
2 parents 588107e + 63e4a51 commit 7fae54d
Show file tree
Hide file tree
Showing 19 changed files with 5,834 additions and 1,694 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
<!doctype html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/logo.ico" />
<title>Zwitter</title>
<meta
name="description"
content="쉿-! 지금 Z세대는 Zwitter에서 조잘거리는 중"
/>
<meta name="author" content="sryung1225" />
<meta property="og:site_name" content="Zwitter" />
<meta property="og:title" content="Zwitter" />
<meta property="og:type" content="website" />
<meta property="og:image" content="./src/assets/logo.jpg" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/galmuri/dist/galmuri.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zwitter</title>
</head>
<body>
<noscript>이 웹 애플리케이션은 JavaScript 활성화가 필요합니다.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
Loading

0 comments on commit 7fae54d

Please sign in to comment.