-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojektit.html
82 lines (42 loc) · 1.4 KB
/
projektit.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="fi">
<head>
<meta name="author" content="Jere Eskelinen">
<meta charset="UTF-8">
<meta name="keywords" content="html, css">
<meta name="description" content="Site for my school project. Includes THIS tag for search engines.">
<link rel="stylesheet" href="styling.css">
<title>Funi page</title>
</head>
<body>
<!-- Yläpalkki -->
<div class="navi">
<div class="navimiddle">
<a href="./index.html">Etusivu</a>
</div>
<a href="./projektit.html">Projektit</a>
<a href="https://www.linkedin.com/in/jere-eskelinen-655100105">Ota yhtettä</a>
<div class="naviright">
<a href="https://www.facebook.com/jere.eskelinen.9">Jere Eskelinen</a>
</div>
</div>
<!-- Yläbanneri -->
<div class="banneri">
<img src=".\images\background1.jpg" alt="Banneri">
</div>
<div class="alusta">
</div>
<!-- Content of the website goes below here. -->
<div class="video">
<h1>Gas-station Java project</h1>
<video controls width="1200">
<source src="./videos/bensis.mp4"
type="video/mp4">
Video ei toiminutkaan! :(
</video>
</div>
<div class="osoite">
<address>Hämeen ammattikorkeakoulu HAMK PL 230 13101 Hämeenlinna</address>
</div>
</body>
</html>