-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="{{meta.description}}">
<link rel="icon" href="https://nickgraffis.me/favicon.svg" type="image/svg+xml">
<link rel="icon" href="https://nickgraffis.me/favicon.png" type="image/png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<title>{{basics.name}} - Résumé</title>
</head>
<body itemscope itemtype="http://schema.org/Person" style="font-family: 'Nunito Sans', sans-serif;">
{{> index}}
<script type="module" src="/main.js"></script>
</body>
</html>