65 lines
3.0 KiB
PHP
65 lines
3.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Predictor aviator v22 sistema</title>
|
|
<meta name="description" content="Built with Flatlogic Generator. Predictor for Aviator game on Elephante Bet Placard in Mozambique.">
|
|
<meta name="keywords" content="aviator predictor, elephante bet, placard moçambique, aviator game, betting predictor, online betting, game prediction, aviator strategy, v22 system, manual betting, prediction tool, Built with Flatlogic Generator">
|
|
|
|
<meta property="og:title" content="Predictor aviator v22 sistema">
|
|
<meta property="og:description" content="Built with Flatlogic Generator. Predictor for Aviator game on Elephante Bet Placard in Mozambique.">
|
|
<meta property="og:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? '', ENT_QUOTES, 'UTF-8'); ?>">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? '', ENT_QUOTES, 'UTF-8'); ?>">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<header class="header">
|
|
<h1>Aviator Predictor v22</h1>
|
|
<p class="lead">Manual predictions for Elephante Bet Placard</p>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="predictor-card">
|
|
<h2 class="text-center">Current Prediction</h2>
|
|
<div id="status" class="text-center">Initializing...</div>
|
|
<div id="prediction-display" class="text-center">-.--x</div>
|
|
<div class="confidence-wrapper">
|
|
<div id="confidence-label">Confidence</div>
|
|
<div class="progress mt-2">
|
|
<div id="confidence-bar" class="progress-bar" role="progressbar" style="width: 0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="history-card">
|
|
<h2 class="text-center">Recent History</h2>
|
|
<ul id="history-list">
|
|
<!-- History items will be injected by JavaScript -->
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<p>© <?php echo date("Y"); ?> Predictor v22. All rights reserved.</p>
|
|
</footer>
|
|
</div>
|
|
|
|
<!-- Custom JS -->
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|