wethepeople.win/templates/index.html.ep

77 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-01-21 00:15:31 -05:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-quiv="refresh" content="67">
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="The New Republican Party: This is Unity">
<meta property="og:description"
content="Meet the new Republican party. Inseparable. Impenetrable.">
<meta property="og:url" content="https://optepr0n.swagg.net/~daniel/">
<meta property="og:site_name" content="The New Republican Party: This is Unity">
<meta property="og:image"
content="https://optepr0n.swagg.net/~daniel/Pictures/patriot.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The New Republican Party: This is Unity">
<meta name="twitter:description"
content="Meet the new Republican party. Inseparable. Impenetrable.">
<meta name="twitter:creator" content="@swaggboi">
<meta name="twitter:site" content="@swaggboi">
<title>The New Republican Party: This is Unity</title>
<link rel="stylesheet" type="text/css" href="/assets/main.css">
</head>
<body>
<!-- Some JS -->
<script>
// Make the banner go away
function acceptAgreement() {
document.getElementById("lightbox").style.display = "none";
}
// Play the soundtrack
function playSoundtrack() {
document.getElementById("soundtrack").play();
}
</script>
<!-- BEGIN: confirmation modal -->
<div id="lightbox">
<div class="modalWrapper">
<div class="modal">
<div class="modalBody">
<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.<br>
<br>
For further information please visit
<!-- <%= link_to 'allaboutcookies.org' => 'http://allaboutcookies.org' %> -->
<a href="http://allaboutcookies.org">allaboutcookies.org</a>.
</p>
<div class="modalFooter">
<button class="button-small"
onclick="acceptAgreement();
playSoundtrack('soundtrack');
window.scrollTo(0, 0);">Accept</button>
</div>
</div>
</div>
</div>
<div class="modalBackground"></div>
</div>
<!-- END: confirmation ligthbox -->
<!-- Soundtrack -->
<audio src="/assets/curb.mp3"
id="soundtrack"
preload="auto"
autoplay></audio>
<!-- Add the background image -->
<div class="bg"></div>
</body>
</html>