-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.85 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sammy Mohamed</title>
<base href="/" />
<meta name="description" content="Developer and Creator" />
<meta
name="keywords"
content="Sammy, Mohamed, portfolio, Sammy Mohamed, developer, profile"
/>
<meta name="author" content="Sammy Mohamed" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Developer and creator." />
<meta property="og:title" content="Sammy Mohamed" />
<meta property="og:description" content="Developer and creator." />
<meta property="og:url" content="https://sammymohamed.com/" />
<meta property="og:site_name" content="Sammy Mohamed" />
<meta property="og:locale" content="en-US" />
<!-- <meta property="og:image:url" content="https://sammymohamed.com/og.jpg" /> -->
<!-- <meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" /> -->
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sammy Mohamed" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="preload" href="/fonts/firasans-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/firasans-medium.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/firasans-medium-italic.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/src/styles.css" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<app-root></app-root>
<script type="module" src="/src/main.ts"></script>
</body>
</html>