-
Notifications
You must be signed in to change notification settings - Fork 1
/
games_finn_toeren.html
61 lines (51 loc) · 1.86 KB
/
games_finn_toeren.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>
<!-- Author: Øystein, Knut, Jørgen og Simon
Date: September, 2017
Purpose: Page for the game "finn toeren"
Filename: games_finn_toeren.html
-->
<html>
<head>
<meta charset="utf-8">
<title>Realfagskjelleren</title>
<link href="kulcss.css" rel="stylesheet" type="text/css">
<!-- <link href="style.css" rel="stylesheet" type="text/css"> -->
<link href="navbar.css" rel="stylesheet" type="text/css">
<link rel="icon" href="./img/favicon.ico">
</head>
<body>
<div id="wrapper">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js">
</script>
<div id="banner">
<img id="nav_button" src="./img/button_new.png" alt="Logo">
<img id="logo" src="./img/banner.png">
</div>
<nav id='navbar'>
<ul class='nav_links'>
<li><a href="./index.html">Home</a></li
><li><a href="./calendar.html">Events</a></li
><li><a href="./map.html">Find Us</a></li
><li><a href="./media.html">Pictures</a></li
><li><a href="./contact.html">Contact Us</a></li
><li><a href="./games.html" class="active">Games</a></li>
</ul>
</nav>
<div id='content'>
</div>
<script src="./javascript/scroll.js"></script>
<div id="footer">
<hr>
<div id="images">
<a href="mailto:[email protected]" >
<img class="fblogo" border="0" alt="Mail" src="./img/email.png"/></a>
<a href="https://www.instagram.com/explore/tags/rkjeller/" target="_blank">
<img class="fblogo" border="0" alt="Facebook" src="./img/temp_instagram.png"/></a>
<a href="https://www.facebook.com/Realfagskjelleren" target="_blank">
<img class="fblogo" border="0" alt="Mail" src="./img/facebook_new.png"/></a>
</div>
</div>
<script src="./javascript/detectMobile.js"></script>
</div>
</body>
</html>