-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 887 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="CoutCout" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="keywords" content="developer, frontend, backend, portfolio, React, TypeScript, Java, Spring, web development" />
<meta name="description" content="CoutCout is a french freelance developer. I would be happy to help you to develop your project." />
<link rel="icon" type="image/png" href="/logo-vide-192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.16.0/devicon.min.css">
<title>CoutCout Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>