mywillpower.org/views/index.erb

45 lines
1.5 KiB
Plaintext

<!--
###### ###### ####### ####### ### ######
# # # # # # # # # #
# # # # # # # # # #
###### ###### # # # # ######
# # # # # # # #
# # # # # # # #
# # # ####### # ### #
================================================
You can append any path you want, e.g.:
http://mywillpower.org/blog
http://mywillpower.org/religion/prayer.php
It will always return the same thing 😎
-->
<div class="modal box">
<h1>Notice:</h1>
<h2>This website uses cookies.</h2>
<p>We and selected partners use cookies as specified in
<a href="http://tools.ietf.org/html/rfc6265">RFC 6265</a>.
By proceeding you consent to the use of such
technologies; we may collect information from you
automatically through cookies or similar technology.</p>
<p>For further information please visit
<a href="http://allaboutcookies.org">allaboutcookies.org</a>.</p>
<div class="modal buttons">
<button class="modal button accept" onclick="acceptCookies();">
Accept
</button>
<button class="modal button decline" onclick="declineCookies();">
Decline
</button>
</div>
</div>
<div class="modal background"></div>
<div class="modal loader"></div>
<div id="video"></div>
<audio id="soundtrack" preload="auto" loop>
<source src="/willpower.mp3" type="audio/mpeg">
</audio>
<script src="/willpower.js"></script>