-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.77 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
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LA32R Instruction Statistics</title>
<meta name="description" content="Web app for collecting statistics over LoongArch32 Reduced binaries." />
<link rel="icon" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#2196f3" />
<meta property="og:title" content="LA32R Instruction Statistics" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://csmantle.top/la32r-instr-stats/" />
<meta property="og:image" content="/social-banner.svg" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:image:alt" content="CSharperMantle/la32r-instr-stats: Web app for collecting statistics over LoongArch32 Reduced binaries." />
<meta property="og:locale" content="en_US" />
<meta property="og:determiner" content="the" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CSMantle3" />
<meta name="twitter:title" content="LA32R Instruction Statistics" />
<meta name="twitter:image" content="/social-banner.svg" />
<meta name="twitter:image:alt" content="CSharperMantle/la32r-instr-stats: Web app for collecting statistics over LoongArch32 Reduced binaries." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>