-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathacknowledgements.php
More file actions
41 lines (40 loc) · 2.05 KB
/
acknowledgements.php
File metadata and controls
41 lines (40 loc) · 2.05 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
<html>
<head>
<meta charset="utf-8">
<title>Building Energy Retrofit Game: acknowledgements&disclaimer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<style>
body{
padding-top: 60px;
padding-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
.divFooter{
width: 120px;
height: 41px;
margin: 0 auto;
}
p{
margin: 0 auto;
}
</style>
</head>
<body>
<h3>Acknowledgements</h3>
<p>This material is based upon work supported by the Energy Efficient Buildings Hub (EEB Hub), an energy innovation hub sponsored by the U.S. Department of Energy under Award Number DE-EE0004261.</p>
<h3>Disclaimer</h3>
<p>This paper was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.</p>
<br><br><br><br><br><br><br><br><br><br><br><hr>
</body>
<footer>
<div class="divFooter"><a href="http://tools.eebhub.org"><img src="http://www.eebhub.org/images/assets/eebhub-logo.png"/></a></div>
</footer>
</footer>
</html>