-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial.html
30 lines (28 loc) · 845 Bytes
/
social.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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>gabriel</title>
</head>
<body>
<div class="container">
<div class="prompt">[<span>gabriel</span> <span>lima</span>]</div>
<div class="tree">
<h1>.</h1>
<ul>
<li>
<h1>Social</h1>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://steamcommunity.com/id/sairocorvo">steam</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/gabrieloflima/">instagram</a></li>
</ul>
</li>
<li>
<a = href="index.html">
<h1>Voltar</h1>
</a>
</ul>
</div>
</body>
</html>