cookie-notice-js
Version:
Show a notice for European cookie law
18 lines (14 loc) • 471 B
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cookie Notice</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="src/cookie.notice.js"></script>
</body>
</html>