Initial empor.fi website with logo and contact info

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:18:38 +02:00
commit d11a184490
2 changed files with 91 additions and 0 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="fi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Empor Oy</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="logo">EMPOR</div>
<p class="tagline">Holding</p>
<div class="contact">
<h2>Yhteystiedot</h2>
<p class="name">Jukka Lampikoski</p>
<p><a href="mailto:jukka@empor.fi">jukka@empor.fi</a></p>
<p><a href="tel:+35840xxxxxxx">040-xxxxxxx</a></p>
</div>
</main>
</body>
</html>