forked from kokoroiki/commu-ken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.php
35 lines (34 loc) · 911 Bytes
/
admin.php
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
32
33
34
35
<?php
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<kinl rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/minHeader.css">
<title>こみゅけん!-kommu-ken!-</title>
</head>
<body id="admin">
<header>
<?php require_once "header.php"; ?>
</header>
<main>
<!--画像:ゲーム画面-->
<div id="game">
<div id="ad_title"><p>管理者画面</p></div>
<div id="adm">
<div id="ana"><a href="http://www.google.com/intl/ja_jp/analytics/" target="_blank"></a></div>
<div id="log"></div>
<div id="ans"><a href="https://accounts.google.com/" target="_blank"></a></div>
<div id="enq"></div>
<div id="info"></div>
<div id="tool"></div>
</div>
<!--/#game--></div>
</main>
<footer>
<?php require_once "footer.php"; ?>
</footer>
</body>
</html>