File size: 559 Bytes
c0bb696
 
 
6aae67a
 
 
 
 
c0bb696
6aae67a
 
 
 
 
 
 
 
 
c0bb696
 
 
6aae67a
 
 
 
 
 
 
c0bb696
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>

<head>
    <title>ragrqs</title>
    <style>
        html {
            color: #04c61b
        }

        body {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding-top: 50px;
            font-size: 24px;
            font-family: Arial, sans-serif;
        }
    </style>
</head>

<body>
    <h2>RagRqs</h2>
    <br>
    <br>
    <h3>Lggi_Per_Me</h3>
    <script>
        setTimeout(function () { location.replace('static/ragrqs.html'); }, 1000);    
    </script>
</body>

</html>