-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (121 loc) · 4.22 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML> <!--
!DOCTYPE SPAGHETTI -->
<html>
<meta charset="UTF-8">
<head>
<title>Steam Links</title>
<style>
p {
color: blue;
font-family: Exo;
font-size: 3.3547vh;
text-align: center;
outline-width: thick;
}
p span {
background-color: pink;
width: 120%;
outline-style: dotted;
outline-color: coral;
#outline-offset: 15px;
}
@font-face {
font-family: Exo Thin;
src: url(Exo2.0-Thin.otf);
}
@font-face {
font-family: Exo;
src: url(Exo2.0-Regular.otf);
}
body {
background-image: url("b.jpg");
}
a:link, a:visited {
color: red;
font-size:80%;
font-family: Exo Thin;
background-color: #a1b2c3;
}
a.g {
color:blue;
font-size:110%;
font-family: Exo;
background-color: #cccccc;
}
p.yt span {
background-color: pink;
width: 120%;
outline-style: dotted;
outline-color: green;
outline-offset: -2px;
}
a.2yt {
}
</style>
<link rel="shortcut icon" type="image/png" href="c.ico"/>
</head>
<body>
<p><span>
<a target="_blank" class="g" href="https://www.google.com/">Google</a></span>
</p>
<br><br>
<p><span>
TMP
<br>
<a target="_blank" href="https://truckersmp.com/user/527941">Dood</a>
<a target="_blank" href="https://truckersmp.com/user/527967">Baskey</a>
<a target="_blank" href="https://truckersmp.com/user/1187029">Alban</a>
<br>
<a target="_blank" href="https://truckersmp.com/user/1116896">Adziaxon</a>
<a target="_blank" href="https://truckersmp.com/user/567630">Aleks</a>
<a target="_blank" href="https://truckersmp.com/user/470044">Pentium</a>
<br>
<a target="_blank" href="https://ets2map.com/">ETS2MAP</a>
<a target="_blank" href="https://web.truckyapp.com/map/">TruckyMap</a>
</span></p>
<br><br>
<p><span>
ROLO
<br>
<a target="_blank" href="https://rocketleague.tracker.network/rocket-league/profile/steam/76561198048397086/overview">Dood</a>
<a target="_blank" href="https://rocketleague.tracker.network/rocket-league/profile/steam/76561198011049363/overview">Baskey</a>
<a target="_blank" href="https://rocketleague.tracker.network/rocket-league/profile/steam/76561198078313061/overview">Alban</a>
<br>
<a target="_blank" href="https://rocketleague.tracker.network/rocket-league/profile/epic/pentium320/overview">Pentium</a>
<a target="_blank" href="https://rocketleague.tracker.network/rocket-league/profile/epic/MichaelProtein/overview">Michael Protein</a>
<br>
<a target="_blank" href="https://rl-trades.com/">RL-Trades</a>
<a target="_blank" href="https://rocketleague.tracker.network/">Tracker</a>
</p></span>
<br><br>
<p><span>
FS
<br>
<a target="_blank" href="https://www.farming-simulator.com/mods.php?country=pl&lang=pl">Modhub</a>
<br>
<a target="_blank" href="https://www.realismusmodding.com/mods/seasons19/manual/">Seasons Manual</a>
</span></p>
<br><br>
<p><span>
Dzbalorant
<br>
<a target="_blank" href="https://tracker.gg/valorant/profile/riot/Dood%238965/overview">Dood</a>
<a target="_blank" href="https://tracker.gg/valorant/profile/riot/Bazkey%235045/overview">Baskey</a>
<a target="_blank" href="https://tracker.gg/valorant/profile/riot/jozinlzbazin%236819/overview">Alban</a>
<br>
<a target="_blank" href="https://tracker.gg/valorant/profile/riot/adziaxon%237802/overview">Adziaxon</a>
<a target="_blank" href="https://tracker.gg/valorant/profile/riot/Wiki%235960/overview">Żenia</a>
</span></p>
<br><br><br>
<p class="yt"><span>
ETS2YT
<br>
<a target="_blank" class="2yt" href="https://www.youtube.com/playlist?list=PL6RiEr2cGHd67K6c7ujofh_P8a3KmA2SY">Pentium '19</a>
<a target="_blank" class="2yt" href="https://www.youtube.com/playlist?list=PLk9jRF54rnXc8weppFyDR5ahAyw5vgjZg">Aleks</a>
<a target="_blank" class="2yt" href="https://www.youtube.com/playlist?list=PLBBhkdfhm3o83jOUsvgIi_0rDYllZlTiV">Babed</a>
<br>
<a target="_blank" class="2yt" href="https://www.youtube.com/playlist?list=PL6RiEr2cGHd42XJ9gIO-v1TLhGgv-HUg4">Pentium '17</a>
<a target="_blank" class="2yt" href="https://www.youtube.com/playlist?list=PL6RiEr2cGHd7hn-zhz6LffrUhlWwyCfIN">Pentium '15</a>
</span></p>
</body>
</html>