altricade_portofolio/index.html
Заид Омар Медхат | Zaid Omar Medhat fab8983d5c
Some checks failed
Deploy / deploy (push) Failing after 5m27s
init
2026-07-09 12:21:21 +05:00

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>