-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>MANSIKKA</title>
</head>
<body style="background-color:#ff0000">
<div class="row">
<div class="column">
<img src="pictures/logo.png" >
</div>
<div class="column">
<h1 id="title1">Mansikka</h1>
</div>
<div class="column">
<a id="switch_colour" style="color:#ed7d31;" href="index_orange.html">Muuta sivun väriä</a>
</div>
</div>
<div class="row">
<a href="index_2.html"><img src="pictures/Picture1.png"></a>
<a href="index_2.html"><img src="pictures/Picture2.png"></a>
<a href="index_2.html"><img src="pictures/Picture3.png"></a>
</div>
<div class="row contacts">
<p>Yhteystiedot</p>
<p>Osoite: Mansikkakatu 1</p>
<p>Puhelinnumero: 040 9876543 </p>
<p>Sähköposti: [email protected]</p>
<p>Y-tunnus: 4567891-1</p>
</div>
</body>
</html>