Spaces:
Paused
Paused
Delete static
Browse files- static/index.html +0 -107
static/index.html
DELETED
|
@@ -1,107 +0,0 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="pt-BR">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Instalar Addon StreamFlix</title>
|
| 7 |
-
<style>
|
| 8 |
-
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
|
| 9 |
-
body {
|
| 10 |
-
background: url('https://i.imgur.com/y6fryeO.jpeg') no-repeat center center fixed;
|
| 11 |
-
background-size: cover;
|
| 12 |
-
color: white;
|
| 13 |
-
min-height: 100vh;
|
| 14 |
-
display: flex;
|
| 15 |
-
flex-direction: column;
|
| 16 |
-
align-items: center;
|
| 17 |
-
justify-content: center;
|
| 18 |
-
padding: 20px;
|
| 19 |
-
position: relative;
|
| 20 |
-
}
|
| 21 |
-
body::before {
|
| 22 |
-
content: '';
|
| 23 |
-
position: absolute;
|
| 24 |
-
top: 0; left: 0; right: 0; bottom: 0;
|
| 25 |
-
background-color: rgba(0, 0, 0, 0.7);
|
| 26 |
-
z-index: -1;
|
| 27 |
-
}
|
| 28 |
-
.container {
|
| 29 |
-
max-width: 800px;
|
| 30 |
-
width: 100%;
|
| 31 |
-
background-color: rgba(0, 0, 0, 0.8);
|
| 32 |
-
border-radius: 10px;
|
| 33 |
-
padding: 30px;
|
| 34 |
-
text-align: center;
|
| 35 |
-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
|
| 36 |
-
}
|
| 37 |
-
.logo {
|
| 38 |
-
width: 150px;
|
| 39 |
-
height: 150px;
|
| 40 |
-
margin: 0 auto 20px;
|
| 41 |
-
border-radius: 50%;
|
| 42 |
-
object-fit: cover;
|
| 43 |
-
border: 3px solid #00a8ff;
|
| 44 |
-
}
|
| 45 |
-
h1 { color: #00a8ff; margin-bottom: 20px; }
|
| 46 |
-
.btn-install {
|
| 47 |
-
display: inline-block;
|
| 48 |
-
background-color: #00a8ff;
|
| 49 |
-
color: white;
|
| 50 |
-
padding: 12px 30px;
|
| 51 |
-
border-radius: 50px;
|
| 52 |
-
text-decoration: none;
|
| 53 |
-
font-weight: bold;
|
| 54 |
-
margin: 10px;
|
| 55 |
-
transition: all 0.3s ease;
|
| 56 |
-
border: 2px solid #00a8ff;
|
| 57 |
-
}
|
| 58 |
-
.btn-install:hover {
|
| 59 |
-
background-color: transparent;
|
| 60 |
-
color: #00a8ff;
|
| 61 |
-
transform: translateY(-3px);
|
| 62 |
-
}
|
| 63 |
-
.highlight-section {
|
| 64 |
-
margin: 30px 0;
|
| 65 |
-
padding: 20px;
|
| 66 |
-
background: rgba(0, 168, 255, 0.1);
|
| 67 |
-
border-radius: 10px;
|
| 68 |
-
}
|
| 69 |
-
.highlight-section h2 {
|
| 70 |
-
color: #00a8ff;
|
| 71 |
-
margin-bottom: 15px;
|
| 72 |
-
}
|
| 73 |
-
.btn-group {
|
| 74 |
-
display: flex;
|
| 75 |
-
justify-content: center;
|
| 76 |
-
flex-wrap: wrap;
|
| 77 |
-
}
|
| 78 |
-
</style>
|
| 79 |
-
</head>
|
| 80 |
-
<body>
|
| 81 |
-
<div class="container">
|
| 82 |
-
<img src="https://i.imgur.com/8t14k1R.png" alt="StreamFlix Logo" class="logo">
|
| 83 |
-
<h1>StreamFlix Addon</h1>
|
| 84 |
-
<p>O melhor addon para assistir filmes e séries no Stremio com conteúdo em português!</p>
|
| 85 |
-
|
| 86 |
-
<a href="stremio:///bsweb1-streamflix.hf.space/manifest.json" class="btn-install">Instalar Addon</a>
|
| 87 |
-
|
| 88 |
-
<div class="highlight-section">
|
| 89 |
-
<h2>Novidades no StreamFlix</h2>
|
| 90 |
-
<p>Confira nossos lançamentos recentes:</p>
|
| 91 |
-
<div class="btn-group">
|
| 92 |
-
<a href="stremio:///streamflix_recent_movies" class="btn-install">Filmes Recentes</a>
|
| 93 |
-
<a href="stremio:///streamflix_recent_series" class="btn-install">Séries Recentes</a>
|
| 94 |
-
</div>
|
| 95 |
-
</div>
|
| 96 |
-
|
| 97 |
-
<h2>Como instalar:</h2>
|
| 98 |
-
<ol style="text-align: left; margin: 20px auto; max-width: 500px;">
|
| 99 |
-
<li style="margin-bottom: 10px;">Abra o Stremio</li>
|
| 100 |
-
<li style="margin-bottom: 10px;">Clique no ícone de engrenagem (Configurações)</li>
|
| 101 |
-
<li style="margin-bottom: 10px;">Vá para "Addons"</li>
|
| 102 |
-
<li style="margin-bottom: 10px;">Cole a URL: <code>https://bsweb1-streamflix.hf.space/manifest.json</code></li>
|
| 103 |
-
<li>Clique em "Instalar"</li>
|
| 104 |
-
</ol>
|
| 105 |
-
</div>
|
| 106 |
-
</body>
|
| 107 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|