-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 976 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en" class="bg-ink-950">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mohammed Omer — Portfolio</title>
<meta name="description" content="Computer Science Engineering graduate. Software engineer building performant, accessible web systems." />
<!-- Preconnects for perf -->
<link rel="preconnect" href="https://static.cloudflareinsights.com" />
<!-- Cloudflare Web Analytics — privacy-first, no cookies -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4aa338bb64ee4a2780fa80491718fbf2"}'></script>
<meta property="og:title" content="Mohammed Omer — Software Engineer" />
<meta property="og:type" content="website" />
</head>
<body class="bg-ink-950 text-ink-0 antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>