76 lines
2.6 KiB
Plaintext
76 lines
2.6 KiB
Plaintext
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="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="http://wethepeople.win/">
|
|
<meta property="og:site_name" content="The New Republican Party: This is Unity">
|
|
<meta property="og:image"
|
|
content="http://wethepeople.win/assets/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
|
|
<%= link_to 'RFC 6265' => 'http://tools.ietf.org/html/rfc6265' %>.
|
|
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' %>.
|
|
</p>
|
|
<div class="modalFooter">
|
|
<button class="button-small"
|
|
onclick="acceptAgreement();
|
|
playSoundtrack();
|
|
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>
|