-
Notifications
You must be signed in to change notification settings - Fork 0
/
accounts.html
45 lines (38 loc) · 1.85 KB
/
accounts.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hesaplarım</title>
</head>
<body style="background-image: url('https://efe3535.github.io/enginar_accounts.png');">
<a class="back" href="https://efe3535.github.io">◄ Back</a>
<center>
<h2 style="padding-top:50px; margin-left: 45px; font-size: 48px">Accounts</h2>
<ul>
<li>
<div class="github">
<a href="https://github.com/efe3535/">
<img width="32" height="32" src="https://cdn3.iconfinder.com/data/icons/inficons/512/github.png">
</a>
<a href="https://github.com/efe3535/"><b>Github</b></a>
</div>
</li>
<li>
<div class="steam">
<a href="https://steamcommunity.com/id/technopat/">
<img width="32" height="32" src="https://www.iconninja.com/files/768/815/595/steam-valve-gaming-play-game-icon.svg">
</a>
<a href="https://steamcommunity.com/id/technopat/"><span style="color: #16bc98;"><b>Steam</b></span></a>
</div>
</li>
<li>
<div class="technopat">
<a href="https://technopat.net/sosyal/uye/175920"><img width="32" height="32" src="https://efe3535.github.io/technopat.webp"></a>
<a style="color:greenyellow" href="https://technopat.net/sosyal/uye/175920"><b>Technopat</b></a>
</div>
</li>
</ul>
<link rel="stylesheet" type="text/css" href="style.css">
</center>
</body>
</html>