-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eksiShot</title>
<meta property="og:title" content="eksiShot" />
<meta property="og:url" content="https://eksishot.vercel.app" />
<meta property="og:image" content="https://eksishot.vercel.app/img/eksiShot_logo.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="eksiShot">
<meta name="twitter:site" content="@emreshepherd" />
<meta name="twitter:description" content="ekşi sözlük'teki entryleri resimlere dönüştürmek ve entry ekran görüntüleri almak için ücretsiz bir araçtır.">
<meta name="twitter:image" content="https://eksishot.vercel.app/img/eksiShot_logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="/img/eksiShot_logo.png">
<link rel="stylesheet" href="/src/index.css">
</head>
<body class="bg-slate-200 relative min-h-screen pb-10">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>