-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"
media="print" onload="this.onload=null; this.removeAttribute('media');" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" media="print"
onload="this.onload=null; this.removeAttribute('media');" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css" media="print"
onload="this.onload=null; this.removeAttribute('media');">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='keywords' content='ablause, blause, developer, development, full-stack' />
<meta name='description' content='I am a full-stack developer capable of creating sites and applications. Able to write well-designed, efficient
code using current best practices in development. I am motivated, naturally curious and I am constantly
working to improve my skills.' />
<meta name="theme-color" content="#222222" />
<script type="module" src="/src/index.tsx"></script>
<title>Alexandre Blause | Portfolio</title>
</head>
<body>
<div id="root"></div>
</body>
</html>