-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 739 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 739 Bytes
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" />
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Personal website of Stefano D'Arrigo, PhD researcher in AI." />
<meta name="author" content="Stefano D'Arrigo" />
<title>Stefano D'Arrigo – Researcher & Developer</title>
<script type="module" crossorigin src="/assets/index-Ck_-DBZh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Di8DnhV6.css">
</head>
<body class="bg-background text-foreground">
<div id="root"></div>
</body>
<style>
@reference "./src/index.css";
</style>
</html>