File "index.php"

Full path: C:/xampp/htdocs/Vortex_Aion.com/index.php
File size: 3.73 B (3.73 KB bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="https://vortexaion.com">
    <meta name="description" content="Servidor Privado. Criado para entreter, melhorar e estudar junto a comunidade.">
    <meta name="keywords" content="Aion Online, This Aion, Aion SA, MMORPG, Aion Brasil, Aion Private Server, Aion Guides, Aion Community, Aion Gameplay, Aion News, Aion Events">

    <!-- Meta tags para redes sociais -->
    <meta property="og:title" content="Vortex Aion Private Server">
    <meta property="og:description" content="Servidor Privado. Criado para entreter, melhorar e estudar junto a comunidade.">
    <meta property="og:image" content="https://www.vortexaion.com/img/favicon.ico">
    <meta property="og:url" content="https://www.vortexaion.com">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Vortex Aion Private Server">
    <meta name="twitter:description" content="Servidor Privado. Criado para entreter, melhorar e estudar junto a comunidade.">
    <meta name="twitter:image" content="https://vortexaion.com/img/favicon.ico">

    <title>Vortex Aion</title>
    <link rel="apple-touch-icon" sizes="180x180" href="img/favicon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
    <link rel="shortcut icon" type="image/x-icon" href="https://vortexaion.com/img/favicon.ico">
    <link rel="manifest" href="img/site.webmanifest">

    <style>
        body {
            margin: 0;
            padding: 0;
            height: 100vh;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Arial, sans-serif;
            background: black;
        }

        video {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        .content {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            z-index: 1;
        }

        .title2 {
            font-size: 1.5em;
            color: white;
            text-align: center;
            white-space: nowrap;
        }

        .timer {
            font-size: 1.5em;
            color: white;
            margin-top: 10px;
        }

        .mobile-message {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            font-size: 1.2em;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        }

        @media (max-width: 768px) {
            video {
                display: none;
            }

            .mobile-message {
                display: block;
            }

            .content {
                display: none;
            }
        }
    </style>
    <link rel="stylesheet" href="https://fonts.cdnfonts.com/css/kinifed">
</head>
<body>
    <video autoplay muted playsinline id="backgroundVideo">
        <source src="img/WallpaperPrincipal_VortexAion_NEW.mp4" type="video/mp4">
    </video>

    <script>
        const video = document.getElementById('backgroundVideo');

        video.addEventListener('ended', function() {
            video.currentTime = 0;
            video.play();
        });
    </script>
</body>
</html>