|
1 | 1 | <head> |
2 | 2 | <meta charset="utf-8" /> |
3 | | - <meta |
4 | | - name="viewport" |
5 | | - content="width=device-width, initial-scale=1, shrink-to-fit=no" |
| 3 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 4 | + <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" /> |
| 5 | + <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" /> |
| 6 | + <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" /> |
| 7 | + <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" /> |
| 8 | + <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png" /> |
| 9 | + <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png" /> |
| 10 | + <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png" /> |
| 11 | + <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png" /> |
| 12 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png" /> |
| 13 | + <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" /> |
| 14 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 15 | + <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" /> |
| 16 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 17 | + <link rel="manifest" href="/manifest.json" /> |
| 18 | + <meta name="msapplication-TileColor" content="#ffffff" /> |
| 19 | + <meta name="msapplication-TileImage" content="/ms-icon-144x144.png" /> |
| 20 | + <meta name="theme-color" content="#ffffff" /> |
| 21 | + <link |
| 22 | + rel="stylesheet" |
| 23 | + href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" |
| 24 | + integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" |
| 25 | + crossorigin="anonymous" |
6 | 26 | /> |
7 | | - <meta name="description" |
8 | | - content="SplitScreen.Me helps you add split-screen functionality to hundreds of PC games. |
9 | | - The Games hub provides a list of all the supported games, along with handler downloads |
10 | | - and guides on how to play the games split-screen on PC."> |
11 | | - <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> |
12 | | - <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> |
13 | | - <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> |
14 | | - <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> |
15 | | - <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> |
16 | | - <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> |
17 | | - <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> |
18 | | - <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> |
19 | | - <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> |
20 | | - <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> |
21 | | - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
22 | | - <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> |
23 | | - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
24 | | - <link rel="manifest" href="/manifest.json"> |
25 | | - <meta name="msapplication-TileColor" content="#ffffff"> |
26 | | - <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> |
27 | | - <meta name="theme-color" content="#ffffff"> |
28 | | - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" |
29 | | - integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous"> |
30 | 27 | <title>SplitScreen.Me | Handlers Hub</title> |
| 28 | + <meta |
| 29 | + name="description" |
| 30 | + content="The SplitScreen.Me hub provides a list of all the supported games, along with handler downloads and guides on how to play the games split-screen on PC." |
| 31 | + /> |
| 32 | + <meta property="og:type" content="website" /> |
| 33 | + <meta property="og:locale" content="en_US" /> |
| 34 | + <meta property="og:site_name" content="SplitScreen.Me" /> |
| 35 | + <meta property="og:url" content="https://hub.splitscreen.me" /> |
| 36 | + <meta property="og:image" content="https://clever-dryers-speak.loca.lt/2024-08-13_16-48.jpeg" /> |
31 | 37 | </head> |
32 | 38 |
|
33 | 39 | <body> |
34 | | -<noscript> You need to enable JavaScript to run this app.</noscript> |
35 | | -<div id="react-target"></div> |
| 40 | + <noscript> You need to enable JavaScript to run this app.</noscript> |
| 41 | + <div id="react-target"></div> |
36 | 42 | </body> |
0 commit comments