23 lines
812 B
HTML
23 lines
812 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Iridum Gaming Comunity</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="card">
|
||
|
<div class="circle" style="--clr: #147020;">
|
||
|
<img src="iridium_logo.png" class="logo">
|
||
|
</div>
|
||
|
<div class="content">
|
||
|
<h2>Iridium-Gaming</h2>
|
||
|
<p>Iridium Gaming ist eine Gelegenheits-PC-Gaming-Community für jedes Alter.
|
||
|
Wir heißen alle Willkommen, die eine entspannte Einstellung haben und hier sind,
|
||
|
um Spaß zu haben.</p>
|
||
|
<a href="https://iridium-gaming.de">Entdecke mehr</a>
|
||
|
</div>
|
||
|
<img src="IRIDIUM.png" class="product_img">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|