-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Skellefteå Automation o Service - Specialister inom automation och PLC-programmering. Kontakta oss via e-post eller telefon.">
<title>SKEAS</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('Bakgrundsbild Järnväg, Natt, Tågstation, Tåg.jpg');
background-size: cover;
background-position: center;
color: #333;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
padding: 20px;
border: 1px solid #ddd;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h1 {
color: #000;
}
p {
margin: 20px 0;
}
a {
color: #0056b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.logo {
width: 300px;
margin-bottom: 25px;
}
</style>
</head>
<body>
<div class="container">
<img src="SKEAS_logo_utanbakgrund.png" alt="SKEAS" class="logo">
<h1>Välkommen till Skellefteå Automation & Service AB</h1>
<p>Vi är specialister inom industriteknik, automation och applikationsprogrammering.</p>
<p>Kontakta oss:</p>
<p>
<strong>E-post:</strong> <a href="mailto:[email protected]">[email protected]</a><br>
<strong>Telefon:</strong> <a href="tel:+46705880496">+46 70 588 04 96</a>
</p>
</div>
</body>
</html>