-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 1.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Passionate software developer from France" />
<meta
name="keywords"
content="orka arnest cruze, portfolio, software, developer, développeur, logiciel, france, ingénieur, engineer, javascript, php, react, python, java"
/>
<meta property="og:title" content="Orka Arnest Cruze - Portfolio" />
<meta property="og:description" content="Passionate software developer from France" />
<meta property="og:image" content="https://portfolio.arnestcruze.com/static/images/TSleSD1.png" />
<meta property="og:url" content="https://portfolio.arnestcruze.com" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<title>Orka Arnest Cruze - Portfolio</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<main id="root"></main>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>