Initial empor.fi website with logo and contact info
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user