-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEmotePops.html
More file actions
29 lines (29 loc) · 795 Bytes
/
EmotePops.html
File metadata and controls
29 lines (29 loc) · 795 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="NasaFont/MyFontsWebfontsKit.css">
<style>
body{
font-family: NasalizationRg-Regular;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 100vh;
overflow: hidden;
}
.cont{
border-radius: 1em;
padding: 5px 25px 25px 25px;
background: rgba(255, 255, 255, .65);
}
</style>
</head>
<body>
<div class="cont">
<h1>⚠ EMOTEPOPS HAS BEEN MOVED ⚠</h1>
<p>Please change this browser source to the below link:</p>
<a href="https://g2bb.me/StreamResources/EmotePops.html?TWITCH_USERNAME">https://g2bb.me/StreamResources/EmotePops.html?TWITCH_USERNAME</a>
</div>
</body>
</html>