-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (53 loc) · 1.69 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<meta
name="description"
content="Welcome to Shuntaro Shimada's portfolio site!"
/>
<meta property="og:title" content="konnyaku256.dev" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Welcome to Shuntaro Shimada's portfolio site!"
/>
<meta property="og:url" content="https://konnyaku256.dev" />
<meta
property="og:image"
content="https://konnyaku256.dev/img/ogp_summary.png"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@konnyaku256" />
<script>
(function() {
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
<title>konnyaku256.dev</title>
</head>
<body>
<noscript>
<strong
>We're sorry but portfolio doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- built files will be auto injected -->
</body>
</html>