-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 2.41 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 2.41 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- RSS/Atom Feeds -->
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/rss.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/atom.xml" />
<!-- Primary Meta Tags -->
<title>Joël Tankam - Software Engineer</title>
<meta name="title" content="Joël Tankam - Software Engineer">
<meta name="description" content="R&D Software Engineer based in Paris, France. Explore my blog for insights on software engineering, and technology.">
<meta name="keywords" content="Joël Tankam, joel tankam, software engineer, Paris, France, .NET, TypeScript, distributed systems, cloud architecture, blog">
<meta name="author" content="Joël Tankam">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://joeltankam.com">
<meta property="og:site_name" content="Joël Tankam">
<meta property="og:title" content="Joël Tankam - Software Engineer">
<meta property="og:description" content="R&D Software Engineer based in Paris, France. Explore my blog for insights on software engineering, and technology.">
<meta property="og:locale" content="en_US">
<!-- X (Twitter) -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@joeltankam">
<meta name="twitter:creator" content="@joeltankam">
<meta name="twitter:title" content="Joël Tankam - Software Engineer">
<meta name="twitter:description" content="R&D Software Engineer based in Paris, France. Explore my blog for insights on software engineering and technology.">
<!-- Canonical URL -->
<link rel="canonical" href="https://joeltankam.com">
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.js"
integrity="sha256-icjghcPaibMf1jv4gQIGi5MeWNHem2SispcorCiCfSg=" crossorigin="anonymous"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>