1
0

index.html 917 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang = "en">
  3. <head>
  4. <meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8">
  5. <meta charset = "utf-8">
  6. <meta http-equiv = "X-UA-Compatible" content = "IE=edge">
  7. <meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no">
  8. <meta name = "description" content = "Wannagame">
  9. <meta name = "author" content = "Wannagame">
  10. <title>WannaGame</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href = "http://v3.bootcss.com/dist/css/bootstrap.min.css" rel = "stylesheet">
  13. <!-- Baoxu CSS -->
  14. <link href = "../css/style.css" rel = "stylesheet">
  15. <link href = "../css/respo.css" rel = "stylesheet">
  16. </head>
  17. <body>
  18. <div class = "container-fluid">
  19. <div class = "page-header">
  20. <h1>StateMent</h1>
  21. </div>
  22. <div class = "row games">
  23. </div>
  24. <div class = "page-footer">
  25. <p>Play game, Wanna fun!</p>
  26. </div>
  27. </div>
  28. <!-- /container -->
  29. </body>
  30. </html>