Please select header-footer version and options you want to test:

GENERAL OPTIONS:                            

HEADER OPTIONS:                            

FOOTER OPTIONS7:                

1 test version is for testing new features/updates only. Do not make this seleection if you're building Production sites.
2 header logo If unsure, leave as default - in this case for console mode, HFWS will show GreenLake logo, and for regular mode, will show HPE logo. Choose other values on the dropdown if you need to force HPE or GreenLake logo independently to console mode being turned on or off.
3 slim footer If unsure, leave as default - in this case for console mode, HFWS will show "Slim" minimalistic footer, and for regular mode, will show regular "Full" footer. Choose other values on the dropdown if you need to force Slim or Full footer independently to console mode being turned on or off.
4 expand view If unsure, leave as default - in this case for console mode, HFWS will expand header and footer to full width, and for regular mode, will not expand. Choose other values on the dropdown if you need to force expand_view to be true or false independently to console mode being turned on or off.
5 hide sitemap If unsure, leave as default - in this case for console mode, HFWS will hide Sitemap link in footer, and for regular mode, will show Sitemap link in footer. Choose other values on the dropdown if you need to force to hide or show Sitemap link independently to console mode being turned on or off.
6 hide help menu If unsure, leave as default - in this case for console mode, HFWS will show Help Menu, otherwise, and for regular mode, will not show. Choose other values on the dropdown if you want to force Help Menu to show or hide, independently to console mode being turned on or off.
7 footer options work only for Slim footer
8 Click on Ad Choices and Cookies link reopens Privacy Cookie banner if GDPR user closed it
9 Do not sell... link points to page where CCPA user can opt out of sale of data under CCPA

The selections that you make will be displayed on this page.
Copy the below code and paste it into your own page within your favorite IDE.

<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
...
<script src="https://h50007.www5.hpe.com/hfws-static/js/framework/jquery/v-3-6-0/jquery.js"></script>
<script src="https://h50007.www5.hpe.com/hfws/us/en/hpe/latest.r/root?contentType=js&switchToCHF=true"></script>
...
</head>
<body>
...
	<div id="header" class="header">
		<!-- HFWS will insert its header here -->
	</div>
...
	[... your page content area goes here ...]
...
	<div id="footer" class="footer">
		<!-- HFWS will insert its footer here -->
	</div>
</body>
* If you are already including another version of jQuery, you can keep your version, and skip linking to version provided above. Or, at your will, you can upgrade to the latest available for HFWS through the link above. HFWS is coded to work with any jQuery version.