-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetusivu.php
40 lines (32 loc) · 958 Bytes
/
etusivu.php
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
<?php
include_once('nav.php');
?>
<body id="etusivu">
<h1 id="otsikko">Tervetuloa</h1>
<br>
<div class="parent">
<div class="div1">
<div id=etuflip>
Meiltä löydät:
<div id=flip>
<div><div>Tietokoneet</div></div>
<div><div>Oheislaitteet</div></div>
<div><div>Komponentit</div></div>
</div>
</div>
</div>
<div class="div2">
<h4>Tietokoneet</h4>
<a href="/tietokoneet.php"><img src="img/ti.jpg" alt="Tietokoneet" id="images"/></a>
</div>
<div class="div3">
<h4>Oheislaitteet</h4>
<a href="/oheislaitteet.php"><img src="img/oh.jpg" alt="Oheislaitteet" id="images"/></a>
</div>
<div class="div4">
<h4>Komponentit</h4>
<a href="/komponentit.php"><img src="img/ko.jpg" alt="Komponentit" id="images"/></a>
</div>
</div>
</body>
</html>