2022-02-15 21:57:23 -05:00
|
|
|
<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>
|
2022-02-12 23:36:31 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-02-15 21:57:23 -05:00
|
|
|
<div class="modal background"></div>
|
2022-02-12 23:54:45 -05:00
|
|
|
<div class="modal loader"></div>
|
2022-02-12 19:44:18 -05:00
|
|
|
<div id="video"></div>
|
|
|
|
<audio id="soundtrack" preload="auto" loop>
|
|
|
|
<source src="/willpower.mp3" type="audio/mpeg">
|
|
|
|
</audio>
|
2022-02-13 00:49:14 -05:00
|
|
|
<script src="/willpower.js"></script>
|