diff --git a/assets/css/page/game.css b/assets/css/page/game.css new file mode 100644 index 0000000..fa8793f --- /dev/null +++ b/assets/css/page/game.css @@ -0,0 +1,32 @@ +body { + text-align: center; +} + +a.link2 { + text-decoration: none; + color: #FFDC00; + -webkit-text-stroke: 1px black; +} + +a.link2:hover { + color: black; + -webkit-text-stroke: 1px black; +} + +.iframe_game { + display: block; + margin: 0 auto; + display: block; + border: 0px #000000 none; + position: relative; + +} + +a.link_in_yellow_box { + text-decoration: none; + color: black; +} + +a.link_in_yellow_box:hover { + color: white; +} \ No newline at end of file diff --git a/game.php b/game.php new file mode 100644 index 0000000..822890c --- /dev/null +++ b/game.php @@ -0,0 +1,26 @@ + +
+ +
+ + + + + + + +
+ +


+ + + +
+ \ No newline at end of file diff --git a/structure/menu.php b/structure/menu.php index 252cf1e..815e7dc 100644 --- a/structure/menu.php +++ b/structure/menu.php @@ -130,8 +130,8 @@ if(!isset($relativepath)) {