Files
old-holivud2/app/views/pages/cookies_disabled.html.erb
2020-05-31 22:38:19 +02:00

8 lines
461 B
Plaintext

<main class="align-items-center d-flex justify-content-center p-3" style="flex:1">
<div class="text-center">
<h1>Cookies are disabled</h1>
<p>You've reached this page because cookies are disabled in your browser. You will not be able to navigate the site until cookies are enabled.</p>
<p>Please <%= link_to "click here", "https://help.overdrive.com/en-us/0606.html", target: :_blank %> to learn how to easily enable cookies.</p>
</div>
</main>