Просмотр файла game/rus_rul/index.php

Размер файла: 568B
<hr>
<head>
<style>
.name_game { border-style: outset;
    border-width: 2px;
    margin: 4px 8px;
    padding: 4px 8px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: rgb(51, 153, 153);
    background-color: rgb(204, 255, 255);
    display: block;
    text-align: center;
    }

</style>
</head>
<span class="name_game">Руская рулетка<br>
<br><br>
<?php
if ($_GET['inc'] == '')
include('game/rus_rul/game.php');
else
include('game/rus_rul/record.php');
?>
</span>