index.html 566 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  9. <link href="apple-touch-icon.png" rel="apple-touch-icon">
  10. <link href="example/css/style.css" rel="stylesheet">
  11. </head>
  12. <body>
  13. <div class="phone">
  14. <iframe src="city.html" scrolling="no" frameborder="0"></iframe>
  15. </div>
  16. </body>
  17. </html>