-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.54 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.54 KB
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
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico">
<meta content="SF-Symbols Beautifully crafted in the style of Apple's renowned aesthetics. " name="description">
<meta property="og:url" content="https://sf-symbols.vercel.app">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SF-Symbols by Sina Sparkn">
<meta property="og:description" content="SF-Symbols Beautifully crafted in the style of Apple's renowned aesthetics. ">
<meta property="og:title" content="SF-Symbols by Sina Sparkn">
<meta property="og:image" content="/images/banner.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AlphaSparkn">
<meta name="twitter:title" content="SF-Symbols by Sina Sparkn">
<meta name="twitter:description" content="SF-Symbols Beautifully crafted in the style of Apple's renowned aesthetics. ">
<meta name="twitter:image" content="/images/banner.png">
<title>SF-Symbols by Sina Sparkn</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>