Copy & Past getWeb Css to your pages and place them in to the correct position.
HTML
HTML layout, refer to CSS to make me work well.
<!DOCTYPE html>
<!-- Here is our main header that is used across all the pages of our website -->
<!------------------------------------------------------------------------------>
<meta charset="utf-8">
<meta name="viewport"content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|
Sonsie+One" rel="stylesheet" type="text/css">
<header class="page-header">
<title>Material Design | Header | getWeb.dev</title>
<!-- Here is our main header that is used across all the pages of our website-->
<link rel="canonical" href="https://www.cdn.getweb.dev/docs/v1/css/getweb.css">
</head>
<!-- End of Header -->
<!------------------------------------------------------------------------------>
<!-- Start Body -->
<body>
</footer>
<!-- End Footer -->
<!------------------------------------------------------------------------------->
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js">
</script>
<script src="https://kit.fontawesome.com/ad323cb60d.js" crossorigin="anonymous">
</script>
<script src="https://https://www.cdn.getweb.dev/docs/v1/js/getweb.js"
crossorigin="anonymous"></script>
<!------------------------------------------------------------------------------->
</body>
<!-- End Body -->
</html>
CSS
Place me in header of your pages.
<Header>
<!-- Here is our main header that is used across all the pages of our website -->
<link rel="canonical" href="https://www.cdn.getweb.dev/docs/v1/css/getweb.css">