41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="google-site-verification"
|
|
content="Ib1nqTjZWu530Re209pNm_1cTKu_jwoQI7dWPdpvF3o"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="Omar Zaid - Frontend Developer specializing in React, TypeScript, and modern web technologies"
|
|
/>
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>Omar Zaid | Frontend Developer</title>
|
|
<script type="text/javascript">
|
|
;(function (l) {
|
|
if (l.search[1] === '/') {
|
|
var decoded = l.search
|
|
.slice(1)
|
|
.split('&')
|
|
.map(function (s) {
|
|
return s.replace(/~and~/g, '&')
|
|
})
|
|
.join('?')
|
|
window.history.replaceState(
|
|
null,
|
|
null,
|
|
l.pathname.slice(0, -1) + decoded + l.hash,
|
|
)
|
|
}
|
|
})(window.location)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|