-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.21 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
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Fabric metric system for developers"/>
<meta property="og:title" content="fStats Image Generator Editor"/>
<meta property="og:description" content="Utility for setup fStats chart image for description"/>
<meta property="og:site_name" content="fStats Image Generator Editor"/>
<meta property="og:image"
content="https://img.fstats.dev/timeline/1?theme=light&format=png&mode=week&width=600&height=300"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="fStats Image Generator Editor"/>
<meta name="twitter:image"
content="https://img.fstats.dev/timeline/1?theme=light&format=png&mode=week&width=600&height=300"/>
<meta name="twitter:description" content="Utility for setup fStats chart image for description"/>
<title>fStats Image Generator Editor</title>
</head>
<body style="margin: 0">
<div id="root"></div>
<!--suppress HtmlUnknownTarget -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>