File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21<html >
32<head >
4- <link rel =" shortcut icon " type =" image/x-icon " href =" favicon.ico? " >
5- <style >
6- <link rel="stylesheet" type="text/css" href="style .css">
7- body {
8- background-image : url (' ../skeleton-dance-skeleton.gif' );
9- background-repeat : repeat ;
10- background-color : #f0f0f0 ;
11- }
12- </style >
13- <div class =" middle " >
14- <div id="twitch-embed">
3+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
4+ <style>
5+ body {
6+ background-image: url('../skeleton-dance-skeleton.gif');
7+ background-repeat: repeat;
8+ background-color: #f0f0f0;
9+ }
10+ #twitch-embed {
11+ display: flex;
12+ align-items: center;
13+ justify-content: center;
14+ height: 100%;
15+ }
16+ </style>
17+ </head >
18+ <body >
19+ <div id="twitch-embed"></div>
1520 <script src="https://embed.twitch.tv/embed/v1.js"></script>
1621 <script type="text/javascript">
17- new Twitch.Embed("twitch-embed", {
18- width: 1280 ,
19- height: 720 ,
20- channel: "vargskelethor",
21- parent: ["hahaha.bald.stream"]
22- });
22+ new Twitch.Embed("twitch-embed", {
23+ width: 1260 ,
24+ height: 660 ,
25+ channel: "vargskelethor",
26+ parent: ["hahaha.bald.stream"]
27+ });
2328 </script>
24- </div >
25- </div >
26- </head >
29+ </body >
2730</html >
28-
You can’t perform that action at this time.
0 commit comments