mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
22 lines
761 B
HTML
22 lines
761 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="pt-BR">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>John Emerson</title>
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- /> -->
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
|
||
|
|
|
||
|
|
<a href="https://www.instagram.com/JohnEmerson1406" id="userName">@JohnEmerson1406</a>
|
||
|
|
|
||
|
|
<div id="links">
|
||
|
|
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank">Github</a>
|
||
|
|
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank">LinkedIn</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|