GameHub/stranky/Hry.html

57 lines
2.4 KiB
HTML
Raw Normal View History

2024-04-21 15:05:15 +02:00
<div class="grid-container">
<div class="category">
<h2>Horror</h2>
<div class="game">
<img src="https://store-images.s-microsoft.com/image/apps.61444.14362558931724774.37f43c0c-c8ea-416b-9b9a-ec2cd8aea963.cfbcfb08-518b-46b3-9145-726c2b7dfffb?q=90&w=480&h=270" alt="Horror Game 1">
<h3>Alien Isolation</h3>
<a href="/?Alien">Learn More</a>
</div>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://cdn.akamai.steamstatic.com/steam/apps/700330/header.jpg?t=1705259630" alt="Horror Game 2">
2024-04-21 15:05:15 +02:00
<h3>SCP Secret Laboratory</h3>
<a href="/?SCP">Learn More</a>
</div>
</div>
<div class="category">
<h2>RPG</h2>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRsaXHNE58t3MfUyPYxMZc0av3CFoFq6GoCxuxmMJxxTA&s" alt="RPG Game 1">
2024-04-21 15:05:15 +02:00
<h3>Witcher 3</h3>
<a href="/?Witcher3">Learn More</a>
</div>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/489830/capsule_616x353.jpg?t=1701807334" alt="RPG Game 2">
2024-04-21 15:05:15 +02:00
<h3>Skyrim</h3>
<a href="/?Skyrim">Learn More</a>
</div>
</div>
<div class="category">
<h2>FPS</h2>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://cdn.akamai.steamstatic.com/steam/apps/1237970/capsule_616x353.jpg?t=1668565264" alt="FPS Game 1">
2024-04-21 15:05:15 +02:00
<h3>Titanfall 2 </h3>
<a href="/?Titanfall2">Learn More</a>
</div>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://imgs.callofduty.com/content/dam/atvi/callofduty/cod-touchui/mw3/meta/reveal/jpt-reveal-meta.jpg" alt="FPS Game 2">
2024-04-21 15:05:15 +02:00
<h3>Call of Duty MW3</h3>
<a href="/?COD">Learn More</a>
</div>
</div>
<div class="category">
<h2>Survival</h2>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://www.minecraft.net/content/dam/games/minecraft/key-art/Vanilla-PMP_Collection-Carousel-0_The-Wild-Update_1280x768.jpg" alt="Survival Game 1">
2024-04-21 15:05:15 +02:00
<h3>Minecraft</h3>
<a href="/?Minecraft">Learn More</a>
</div>
<div class="game">
2024-04-21 15:09:48 +02:00
<img src="https://static0.gamerantimages.com/wordpress/wp-content/uploads/2024/02/subnautica-logo-underwater-diving-with-sea-creatures.jpg" alt="Survival Game 2">
2024-04-21 15:05:15 +02:00
<h3>Subnautica</h3>
<a href="/?Subnautica">Learn More</a>
</div>
</div>
</div>