change repo
This commit is contained in:
10
src/app/cookie-banner/cookie-banner.component.html
Normal file
10
src/app/cookie-banner/cookie-banner.component.html
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<div class="cookie-banner" *ngIf="!hasConsent()">
|
||||
<span>This website uses cookies to enhance your experience. Please accept the use of cookies.</span>
|
||||
<div>
|
||||
<a href="/privacy">Privacy Policy</a>
|
||||
</div>
|
||||
<div>
|
||||
<button (click)="giveConsent()">Accept</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user