-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfoot.html
More file actions
30 lines (28 loc) · 822 Bytes
/
foot.html
File metadata and controls
30 lines (28 loc) · 822 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
25
26
27
28
29
30
<!--
Author: The JETSCAPE Collaboration
Date: 2023-04-02
This page provides the footer for the JETSCAPE website.
It will be shown on the bottom of each page.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>JETSCAPE Website Footer</title>
</head>
<!-- footer -->
<div id="footerFlexible">
<hr>
<div>
<img id="smallLogo" src="images/nsf-logo.png" alt="NSF Logo">
</div>
<div>
<p>
This project is supported by National Science Foundation under
Cooperative Agreements ACI-1550300, OAC-2004571 and OAC-2514008.
Any opinions, findings, conclusions or recommendations expressed
in this material are those of the authors and do not necessarily
reflect the views of the National Science Foundation.
</p>
</div>
</div>
</html>