-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.2 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>themockingjet — Associate Software Engineer</title>
<meta name="description" content="Portfolio of Jet, Associate Software Engineer from the Philippines. Builds automation tools, web apps, and AI-assisted systems." />
<!-- Open Graph -->
<meta property="og:title" content="themockingjet — Associate Software Engineer" />
<meta property="og:description" content="Portfolio of Jet, Associate Software Engineer from the Philippines." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://themockingjet.github.io/" />
<meta property="og:image" content="https://themockingjet.github.io/og-image.svg" />
<!-- Canonical -->
<link rel="canonical" href="https://themockingjet.github.io/" />
<!-- AI Crawlers -->
<link rel="alternate" type="text/markdown" href="/raw/portfolio.md" title="Portfolio (Markdown)" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>