Bootstrap Theme & Tools
Bootstrap CSS with some extra CSS styles and JS functions.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>PageTitle</title>
<link rel="stylesheet" href="./assets/css/vendor.min.css" type="text/css">
<link rel="stylesheet" href="./assets/css/main.min.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300" rel="stylesheet" type="text/css">
</head>
<body class="page-footer-bottom">
<header class="page-header">
<!-- Header -->
</header>
<main class="page-content">
<!-- Content -->
</main>
<footer class="page-footer">
<!-- Footer -->
<div class="cookie-banner">
<div class="cookie-banner-container">
<div class="cookie-banner-text">
We intend using cookies on this website that collect personal data to provide you with the best possible online experience and to analyze your
user behavior. For <a href="#">more information click here</a>. If you continue to surf on our website or click on "I agree", you consent to the use of
cookies. This means that we can continue to offer the best possible service on our website in the future. You can revoke your consent at any
time.
</div>
<div class="cookie-banner-buttons">
<button type="button" data-dismiss="cookie-banner" class="btn btn-primary">I agree</button>
</div>
</div>
</div>
</footer>
<script src="./assets/js/vendor.min.js" type="text/javascript"></script>
<script src="./assets/js/main.min.js" type="text/javascript"></script>
</body>
</html>