Remove holding tagline and add real phone number
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "empor-dev",
|
||||
"runtimeExecutable": "python3",
|
||||
"runtimeArgs": ["-m", "http.server", "3001"],
|
||||
"port": 3001
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -9,13 +9,12 @@
|
||||
<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>
|
||||
<p><a href="tel:+358401705455">040 170 5455</a></p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user