-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 2.11 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 2.11 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mericio - Infrastructure Engineer</title>
<meta name="description" content="Personal website of Mericio, Infrastructure Engineer specializing in Kubernetes, Linux, and Google Cloud Platform. CNCF Meshery contributor from Guatemala." />
<meta name="author" content="Mericio" />
<meta property="og:title" content="Mericio - Infrastructure Engineer" />
<meta property="og:description" content="Infrastructure Engineer specializing in Kubernetes, Linux, and Google Cloud Platform. CNCF Meshery contributor from Guatemala." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/218162243?v=4" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/218162243?v=4" />
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
(function(l) {
if (l.search[1] === '/') {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&');
}).join('?');
// Construct the new URL using the current origin
var newUrl = l.origin + l.pathname.slice(0, -1) + decoded + l.hash;
try {
var newUrlObj = new URL(newUrl);
// Only allow update if the new URL matches the current origin
if (newUrlObj.origin === window.location.origin) {
window.history.replaceState(null, null, newUrlObj.href);
}
} catch (e) {
console.warn('Invalid redirect URL', e);
}
}
}(window.location));
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>