-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 875 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/static/css/estilos.css" type="text/css" media="all" />
<title>KingRotiv</title>
</head>
<body>
<header>
<h1 class="nome">KingRotiv</h1>
</header>
<main>
<p>
Olá, sou o <strong class="nome">KingRotiv</strong>! Sou desenvolvedor por hobbie. É algo que me faz bem, quando não me estressa rs.
</p>
<p>Atualmente uso mais Python para meus projetos, mas me arrisco um pouco com Javascript entre outras linguagens.</p>
</main>
<footer>
<a href="https://github.com/KingRotiv" target="_blank">Github</a>
<a href="https://t.me/KingRotiv" target="_blank">Telegram</a>
</footer>
</body>
</html>