-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathl.html
64 lines (54 loc) · 3.95 KB
/
l.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Links - moosenotmeese.org</title>
<link rel="icon" href="/images/logo.webp">
<meta name="description" content="We're an organization with one goal: Tell people that the plural of moose is moose. The plural of moose is not meese, not moosen, not mooses. Just moose.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://www.moosenotmeese.org/l">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<!-- Social Media Embeds -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.moosenotmeese.org/l">
<meta property="og:title" content="Links - moosenotmeese.org">
<meta property="og:description" content="We're an organization with one goal: Tell people that the plural of moose is moose. The plural of moose is not meese, not moosen, not mooses. Just moose.">
<meta property="og:image" content="https://www.moosenotmeese.org/images/logo.png">
<meta name="theme-color" content="#000000">
<!-- Special Twitter Embeds -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.moosenotmeese.org/l">
<meta property="twitter:title" content="Links - moosenotmeese.org">
<meta property="twitter:description" content="We're an organization with one goal: Tell people that the plural of moose is moose. The plural of moose is not meese, not moosen, not mooses. Just moose.">
<meta property="twitter:image" content="https://www.moosenotmeese.org/images/logo.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TY54H8LS9H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TY54H8LS9H');
</script>
</head>
<body>
<div class="backgroundimage flex up center textcenter" style="min-height:100%;background-image:url(/images/backgrounds/8.webp); background-position: 20% 100%;" id="1">
<h1 style="margin: 10px;font-size:28px;"><mark white style="padding:5px;">Hello <span class="heroic">heroic</span> anti-meeser!</mark></h1>
<h2>Here's links to everything:</h2>
<style>
.heroic{animation: heroic 3s ease-in-out infinite;}
@keyframes heroic {
0% {text-shadow: rgba(255,162,0) 0px 0px 15px;}
50% {text-shadow: rgba(255,162,0) 0px 0px 30px;}
100% {text-shadow: rgba(255,162,0) 0px 0px 15px;}
}
.fancylink{font-size:25px;text-shadow: rgba(255,255,255,0.8) 0px 0px 10px;}
.fancylink img {translate: 0 10px; filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.8));}</style>
<a href="https://moosenotmeese.square.site" target="_blank" class="fancylink"><img height="40px" width="40px" alt="shirt" src="https://125699090.cdn6.editmysite.com/uploads/1/2/5/6/125699090/s783158554513246100_p12_i4_w2000.png"> Merch</a>
<a href="https://moosenotmeese.org" target="_blank" class="fancylink"><img height="40px" width="40px" alt="shirt" src="/images/logo.png"> Website</a>
<a href="https://instagram.com/moosenotmeese" target="_blank" class="fancylink"><img height="40px" width="40px" alt="shirt" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2048px-Instagram_logo_2016.svg.png"> Instagram</a>
<a href="https://tiktok.com/@moosenotmeese" target="_blank" class="fancylink"><img height="40px" width="40px" alt="shirt" src="https://www.internetmatters.org/wp-content/uploads/2019/09/TikTok-app-logo-1-1.png"> TikTok</a>
<a href="/resources/cep.zip" target="_blank" class="fancylink" download><img height="40px" width="40px" alt="shirt" src="/images/folder.webp"> Educational Pamphlet</a>
</div>
</body>
</html>