Añadiendo todos los archivos del proyecto (incluidos secretos y venv)
This commit is contained in:
19
panel/templates/index.html
Normal file
19
panel/templates/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bots de Traducción</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
body { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container text-center text-white" style="padding-top: 100px;">
|
||||
<h1 class="display-4">🤖 Bots de Traducción</h1>
|
||||
<p class="lead">Panel de configuración para Discord y Telegram</p>
|
||||
<a href="/login" class="btn btn-light btn-lg mt-3">Iniciar Sesión</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user