-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstream.html
More file actions
88 lines (87 loc) · 5.13 KB
/
stream.html
File metadata and controls
88 lines (87 loc) · 5.13 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J3YJQYZ30"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7J3YJQYZ30');
</script>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>Kingpvz - Stream Schedule</title>
<script src="stream.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="description" content="Upcoming streams by Kingpvz! Check out the schedule, games coming next and more!" />
<meta name="keywords" content="Kingpvz, Kingpvz, Kingpvz Website, Kingpvz Official Website, Kingpvz Site, Stanley, Kingpvz Stanley, Stanley Website, Stanley Suchovský, Stanislav, Stanislav Suchovský, Michal, Michael, Michal Suchovský, Michael Suchovský, Stanislav Michal, Stanley Michael, YouTube, Minecraft, Minecraft Mods, Programming, Music, Producer, Artist, Stream, Live, Twitch, YouTube, Live Stream, Gaming, Games, Horror, Horror Games, RPG, Rhythm Game, Horror Game, Game, Gameplay, Reaction, Rhythm Games, Platformer, Undertale, Deltarune, FNAF, Five Nights at Freddy's'" />
</head>
<body>
<script src="global_resources/corefunc.js"></script>
<script>
var red = GetURLParameter('redirect');
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && red !== '0') {
window.location.replace("/m/stream")
}
</script><br />
<script src="site_resources/templates.js"></script>
<script>
document.body.appendChild(headertemplate.content);
</script><br />
<div id="sourcegrid">
<div id="sidebar">
<div id="navstatic">
<div id="nav">
<br />
<a class="navbar" href="." title="The main page! Not much to see here tho.">Home</a><br /><br />
<a class="navbar" href="music" title="Explore all the music I've made thus far!">Music</a><br /><br />
<a class="navbar" href="projects" title="My apps, games and other fun projects!">Projects</a><br /><br />
<a class="navbar here" href="#" title="Check out my upcoming streams!">Stream Schedule</a><br /><br />
<a class="navbar" href="contact" title="My email and messaging platforms.">Contact</a><br /><br />
<a class="navbar" href="social" title="Follow me everywhere!">Social Sites</a><br /><br />
<a class="navbar" href="webs" title="My other websites to check out!">Websites</a><br /><br />
</div>
</div>
</div>
<div id="content">
<div id="titleseason">
<h1 id="streamttl">UPCOMING STREAMS</h1>
<div id="streamssn">
<h2>Season</h2>
<div>
<h3 id="seasonnumber">99</h3>
</div>
</div>
</div>
<div id="streamside">
<div class="streamside" style="border-color: darkblue; box-shadow: darkblue 0 0 5px; background-color: darkblue">
<h1>COMING UP</h1>
<p>These are games I plan on playing (after I finish other series or as soon as it comes out).<br />Note: Games with <b style="background-color: #762102; border-radius: 0.5vh; padding: 0 0.25vh">orange</b> background have priority - when a game with priority comes out, I will stop all other series to play that one instead.</p>
<div>
<div id="upcomingstr">
<p style="margin-top: 0">Nothing... For now...</p>
</div>
<p>Suggest streams using <a href="survey.html" class="link">this form</a>.</p>
</div>
</div>
<div class="streamside">
<h1>SCHEDULE</h1>
<p>These are upcoming streams. Please note that the dates below may change at any moment. Ring the bell next to my subscribe button or follow me on Twitch for exact times!<br />I usually stream between 4PM and 6PM, Central European Time.</p>
<div>
<div id="schedulestr">
<p style="margin-top: 0">There are no scheduled streams.</p>
</div>
<p>Suggest streams using <a href="survey.html" class="link">this form</a>.</p>
</div>
</div>
</div>
</div>
</div> <script>
document.body.appendChild(footertemplate.content);
</script>
</body>
</html>