-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
38 lines (35 loc) · 1.44 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
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Torena Sim</title>
<meta name="theme-color" content="#111315" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png" />
<link rel="icon" href="./favicon.ico" sizes="48x48" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<link rel="manifest" href="./manifest.webmanifest" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Torena Sim" />
<meta
property="og:image"
content="https://jalbarrang.github.io/umalator-global/social-preview.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Torena Sim social preview card" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://jalbarrang.github.io/umalator-global/social-preview.png"
/>
<link rel="stylesheet" href="/src/styles/base.css" />
<link rel="stylesheet" href="/src/styles/app.css" />
<link rel="stylesheet" href="/src/styles/SkillList.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>