-
Notifications
You must be signed in to change notification settings - Fork 2
/
50x.html
51 lines (51 loc) · 2.47 KB
/
50x.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PC Error 50x</title>
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<link href="https://cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43341809-1', 'pathwaycommons.org');
ga('send', 'pageview');
window.ga = ga;
</script>
</head>
<body style="min-width: 384px; padding-top: 75px; padding-bottom: 30px;">
<div class="container">
<!-- BEGIN: grey-band -->
<div class="jumbotron row">
<h1>Pathway Commons</h1>
<p style="font-family: Courier; color: red; font-size: large;">
Sorry, the resource you are looking for is unavailable due to an internal error.
</p>
</div>
<!-- END: grey-band -->
<!-- BEGIN: contact -->
<div class="row">
<h1>Contact</h1>
<div>
<ul class="list-inline list-unstyled">
<li><a class="ga ga-contact" target="_blank" href="https://twitter.com/pathwaycommons"><i class="fa-twitter fa fa-2x"></i></a></li>
<li><a class="ga ga-contact" target="_blank" href="https://www.youtube.com/channel/UCWSbcyynroIp-f6O3sfz7jg"><i class="fa-youtube fa fa-2x"></i></a></li>
<li><a class="ga ga-contact" target="_blank" href="https://github.com/pathwaycommons/"><i class="fa-github fa fa-2x"></i></a></li>
</ul>
</div>
<p class="lead text-justify">
For questions and feedback, join the <a href="https://groups.google.com/forum/#!forum/pathway-commons-help/join">mailing list</a> (forum).
</p>
</div>
<!-- END: contact -->
</div>
</body>
</html>