Blame view

social/index2.php 304 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <!doctype html>
  <html>
  <title>Login with Google Plus</title>
  <body>
  <div style="margin:0px auto; width:800px;text-align:center;font-family:arial">
  <a href='http://9lessons.info'>9lessons.info</a>  
  <h1>Login with Google Plus</h1>
  <div>
  <?php include('gplus_login.php'); ?>
  </div>
  </div>
  
  </body>
  </html>