-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path404.html
More file actions
24 lines (22 loc) · 866 Bytes
/
404.html
File metadata and controls
24 lines (22 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
permalink: /404.html
layout: newbase
---
<div class="row">
<div class="col-md-12">
<br/>
<br/>
<br/>
<h2>404 Page Not Found</h2>
</div>
<div class="col-md-12"><p class="lead">
You are seeing this message for one of the following reasons:
<ul>
<li>The URL you attempted to use contains an error.</li>
<li>The link that led here has become obsolete due to the complete redesign of the PHENIX Website that took place in 2019-2020.
If you have questions please contact {% include navigation/pagelink.md folder=site.about name='dap_contact' tag='the PHENIX Data Preservation Team' html='1' %}.</li>
<li><b>If you are looking for publication-related data (tables, plots etc) please see <a href="{{ 'papers.html' | relative_url }}">this page</a> for further information.</b></li>
</ul>
</p>
</div>
</div>