-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<link href="/favicon.svg" rel="icon">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>oPortfolio</title>
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<meta property="og:title" content="oPortfolio" />
<meta property="og:description" content="Por Danilo Lima<3" />
<meta property="og:image" content="https://odanilo.web.app/opengraph.png" />
<meta property="og:image:height" content="1200" />
<meta property="og:image:width" content="630" />
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jersey+10&family=Josefin+Sans:[email protected]&family=Roboto+Mono:wght@700&family=Roboto:wght@700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
rel="stylesheet" />
<link rel="stylesheet" href="/node_modules/flickity/dist/flickity.min.css">
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>