123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang = "en">
- <head>
- <meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8">
- <meta charset = "utf-8">
- <meta http-equiv = "X-UA-Compatible" content = "IE=edge">
- <meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no">
- <meta name = "description" content = "Wannagame">
- <meta name = "author" content = "Wannagame">
- <title>WannaGame</title>
- <!-- Bootstrap core CSS -->
- <link href = "http://v3.bootcss.com/dist/css/bootstrap.min.css" rel = "stylesheet">
- <!-- Baoxu CSS -->
- <link href = "../css/style.css" rel = "stylesheet">
- <link href = "../css/respo.css" rel = "stylesheet">
- </head>
- <body>
- <div class = "container-fluid">
- <div class = "page-header">
- <h1>StateMent</h1>
- </div>
- <div class = "row games">
- </div>
- <div class = "page-footer">
- <p>Play game, Wanna fun!</p>
- </div>
- </div>
- <!-- /container -->
- </body>
- </html>
|