-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.67 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
28
29
30
31
32
33
34
35
36
37
<head>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div>
<h1>Ryuunosuke Website</h1>
<div class= 'container'>
<div class="tile">
<img class='tileicon'src = 'https://avatars.githubusercontent.com/u/22225832?s=280&v=4' height=120 width=120>
<span>Portainer</span>
</div>
<div class="tile">
<img class='tileicon' src = 'https://developer.asustor.com/uploadIcons/0020_110807_1589822880_icon%20256.png' height=120 width=120>
<span>PiHole</span>
</div>
<div class="tile">
<img class='tileicon' src = 'https://avatars.githubusercontent.com/u/22225832?s=280&v=4' height=120 width=120>
<span>teste</span>
</div>
<div class="tile">
<img class='tileicon' src = 'https://avatars.githubusercontent.com/u/22225832?s=280&v=4' height=120 width=120>
<span>teste</span>
</div>
<div class="tile">
<img class='tileicon' src = 'https://avatars.githubusercontent.com/u/22225832?s=280&v=4' height=120 width=120>
<span>teste</span>
</div>
<div class="tile">
<img class='tileicon' src = 'https://avatars.githubusercontent.com/u/22225832?s=280&v=4' height=120 width=120>
<span>teste</span>
</div>
</div>
</div>
</body>