| 12345678910111213141516171819202122 |
- <!doctype html>
- <html class="no-js" lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title></title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- html {
- height: 100%;
- }
- body {
- min-height: 100%;
- background: #eee;
- }
- </style>
- </head>
- <body>
-
- </body>
- </html>
|