-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffers.html
43 lines (42 loc) · 1.74 KB
/
offers.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
<!DOCTYPE html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Špeciálne ponuky</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="./css/offers.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=latin-ext">
</head>
<body>
<nav>
<ul class="menu">
<li class="item"><a href="./index.html">Domov</a></li>
<li class="item"><a href="./news.html">Novinky</a></li>
<li class="item"><a href="./reviews.html">Recenzie</a></li>
<li class="item"><a href="./offers.html">Špeciálne ponuky</a></li>
</ul>
</nav>
<h1>Špeciálne ponuky</h1>
<h2>Aktuálne ponuky a zľavy na vaše obľúbené hry, na jednom mieste</h2>
<div>
<ul class="offers">
<li class="offer"><a href="https://store.steampowered.com/sale/overcookedfranchisesale">Overcooked Franchise / až do -80%</a></li>
<li class="offer"><a href="https://store.steampowered.com/app/784080/MechWarrior_5_Mercenaries/">MechWarrior 5: Mercenaries / -50%</a></li>
<li class="offer"><a href="https://store.steampowered.com/app/397540/Borderlands_3/">Borderlands 3 / -75%</a></li>
<li class="offer"><a href="https://www.cdkeys.com/pc/fifa-23-pc-origin">FIFA 23 / -27%</a></li>
</ul>
</div>
<footer>
<hr>
<div class="footer_text">
<p class="left">
Všetky práva vyhradené.
</p>
<p class="right">
© 2022 GameCommunity - [email protected]
</p>
</div>
</footer>
</body>
</html>