-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.42 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Static meta -->
<meta name="description" content="Portfolio of Stefano Biddau, a full-stack developer and web designer specializing in front-end development and web interface design using technologies like Vue, Angular, and Flutter." />
<meta name="author" content="Stefano Biddau" />
<meta name="keywords" content="Sviluppatore front-end, progettazione interfacce web, web designer, tecnologie web (HTML, CSS, JavaScript), full-stack developer, developer, sviluppo interfacce utente, sviluppo web e design" />
<meta name="copyright" content="© Stefano Biddau" />
<meta name="robots" content="index, follow" />
<!-- Open Graph static -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Stefano Biddau" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="it_IT" />
<meta property="og:url" content="https://stefanobiddau.com/" />
<meta property="og:image" content="https://stefanobiddau.com/media/welcome.jpeg" />
<title>Stefano Biddau | Full-Stack Developer & Web Designer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>