-
Notifications
You must be signed in to change notification settings - Fork 0
/
language.html
38 lines (34 loc) · 1.04 KB
/
language.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
<!DOCTYPE html>
<html>
<head>
<script src=program.js></script>
<script src=nor.js></script>
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8">
</head>
<div class="container">
<div class="header">
<img src="https://i.imgur.com/gcrn0co.jpg" alt="Header" id="headerimg">
<ul>
<li><a class="active" href="home.html">Home</a></li>
<li><a href="language.html">Languages</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="site">
<div class="square">
<div class="languages">
<img src="http://www.oscarfoss.org/wp-content/uploads/2016/04/languages_business_icon.png" id="langimg" alt="Language">
<div id="text">
<p>First of all you need to choose what kind of language you want to change. At this time the only language you can choose is norwegian.</p>
</div>
</div>
</div>
</div>
<div class="copyRight">
<p><b>Copyright © Marcus Rosland Goplen - 2018</p></b>
</div>
</div>
</body>
</html>