-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrune.html
More file actions
38 lines (33 loc) · 1.27 KB
/
Copy pathrune.html
File metadata and controls
38 lines (33 loc) · 1.27 KB
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 lang = "nb">
<head>
<link rel="stylesheet" href="style.css">
<title>Rune Mæstad | Roll.IT</title>
<link rel="shortcut icon" href="logowhite.png" />
</head>
<body class="background">
<div class = "header1">
<table>
<tr>
<td><img src="logo.png" alt = "logo" class="logo"></td>
<td class="tableHeader"><a href="index.html">Hjem</a></td>
<td class="tableHeader"><a href="kart.html">Kart</a></td>
<td class="tableHeader"><a href="info.html">Info</a></td>
<td class="tableHeader"><a href="priser.html">Priser</a></td>
<td class="tableHeader"><a href= "prosjekt.html">Prosjekt</a></td>
<td class="tableHeader"><a href="Matlab.html">Matlab</a></td>
<td class="tableHeader"><a href="OmOss.html">Om oss</a></td>
</tr>
</table>
</div>
<h1 class="OmOssHeader"> Rune Mæstad </h1>
<img src="rune.jpg" alt="Rune.jpeg" class="center">
<ul class="OmOssList">
<li><p>Linje - Dataingeniør klasse A </p></li>
<li><p>Alder - 20 år </p> <li>
<li><p>Hobbyer - fotball, musikk, teknologi </p> <li>
</ul>
<a href="chatbot.html">
<img src="box.png" alt="chat" class = "pos"/> </a>
</body>
</html>