-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.41 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="web/favicon.ico" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.10/typed.js"
integrity="sha512-tQQXRDB2wEmuJGtFrmmoFYzNTq8StA1XJrfO0OQbbTxd9G0CwaTDL6/C1y805IlvBVrMwOqob1kf6r/2U5XXVg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.10/typed.min.js"
integrity="sha512-hIlMpy2enepx9maXZF1gn0hsvPLerXoLHdb095CmRY5HG3bZfN7XPBZ14g+TUDH1aGgfLyPHmY9/zuU53smuMw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta name="description" content="Lucas Borges - Desenvolvedor Fullstack e entusiasta de software livre. Conheça meus projetos, habilidades e experiência profissional.">
<meta name="keywords" content="Lucas Borges, desenvolvedor, Full-Stack,Fullstack, software livre, projetos, habilidades, experiência profissional, estágio, back-end, backend">
<meta name="author" content="Lucas Borges">
<title>terminal@45.132.157.2</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<main>
<div id="app"></div>
</main>
<script type="module" src="js/index.js"></script>
</body>
</html>