-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
85 lines (74 loc) · 2.19 KB
/
links.html
File metadata and controls
85 lines (74 loc) · 2.19 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
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
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : TriColor
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20090723
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DISTECH at Bergen University College </title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="banner"> </div>
<div id="header">
<div id="logo">
<h1><a href="">DISTECH -</a></h1>
<p>Software Technologies for Distributed Systems</p>
</div>
</div>
<!-- end #header -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
<!-- end #menu -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<div class="entry">
<p class "meta"><img src="images/distechlogo.jpg" width=180px</img></p>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<div id="sidebar">
<h2>Links</h2>
<ul>
<li> <a href="http://www.hib.no">Bergen University College</a>
<li> <a href="http://www.bibsys.no/norsk/produkter/forskDok/index.php?base=FORSKPUB&lang=E">ForskDok Publications</a>
<li> <a href="http://www.nokut.no">NOKUT: Nasjonalt Organ for Kvalitet i Utdanningen</a>
</ul>
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
</div>
</div>
<hr>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>Bergen University College - Nygaardsgaten 112 - 5020 Bergen - Norway</p>
<p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
<hr>
</div>
<!-- end #footer -->
</body>
</html>