-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobots.txt
91 lines (58 loc) · 2.66 KB
/
robots.txt
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
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>EPICS</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link href="style/style.css" rel="stylesheet" type="text/css" media="all">
<!-- feed -->
<link rel="alternate" type="application/atom+xml" title="EPiCS news" href="news/atom">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/tracking.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-307882-8']);
_gaq.push(['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<div id="left">
<div id="navigation">
<ul id="menue">
<li><a class="nav_home" href="./">HOME</a></li>
<li><a class="nav_project" href="project/">PROJECT</a></li>
<li><a class="nav_consortium" href="consortium/">CONSORTIUM</a></li>
<li><a class="nav_publication" href="publications/">PUBLICATIONS</a></li>
<li><a class="nav_software" href="software/">SOFTWARE</a></li>
<li><a class="nav_videos" href="https://vimeo.com/channels/epics">VIDEOS</a></li>
<li><a class="nav_news" href="news/">NEWS</a></li>
</ul>
</div> <!-- navigation -->
<div id="contact_container">
<div id="contact_button"><a href="contact"><img src="style/button_contact_off.gif" width="56" height="117" alt="" onmouseover="this.src='/style/button_contact_on.gif'" onmouseout="this.src='/style/button_contact_off.gif'"></a></div>
<div id="logo7fp"><a href="http://cordis.europa.eu/fp7/home_en.html"><img src="style/logo7fp.gif" width="101" height="85" alt="Logo European Comission Seventh Framework Programme"></a></div>
</div>
</div>
<div id="right">
<div id="headline" style="background: url(/style/bg_headline.gif) no-repeat;">
<h1>
</h1>
</div>
<div id="content_container_gross">
<div class="content">
Sitemap: http://epics.uni-paderborn.de/sitemap.xml
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footer">© University of Paderborn, Germany | <a href="imprint/">Imprint</a> | Last Updated Jul 05, 2016</div>
</body>
</html>