mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, shrink-to-fit=no">
|
|
<meta name="description" content="TorrServer - torrent to http stream" />
|
|
|
|
<title>TorrServer</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-app.js"></script>
|
|
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-analytics.js"></script>
|
|
<script>
|
|
var firebaseConfig = {
|
|
apiKey: "AIzaSyDivIsadtzAmp3SIY4yArNcFugUmr63rvo",
|
|
authDomain: "torrserve.firebaseapp.com",
|
|
databaseURL: "https://torrserve.firebaseio.com",
|
|
projectId: "torrserve",
|
|
storageBucket: "torrserve.appspot.com",
|
|
messagingSenderId: "400168070412",
|
|
appId: "1:400168070412:web:82c8e43dd7fc8f807aed29",
|
|
measurementId: "G-T4RC2BFRSF"
|
|
};
|
|
firebase.initializeApp(firebaseConfig);
|
|
firebase.analytics();
|
|
</script>
|
|
</body>
|
|
|
|
</html> |