<!DOCTYPE html> <html> <head> <title>Doodle3D Connect</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <link rel="apple-touch-icon-precomposed" href="img/icon.png"/> <link rel="icon" type="image/ico" href="favicon.ico"/> <meta id="Viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=yes"> <link href="css/normalize.css" rel="stylesheet" media="screen"> <link href="css/main.css" rel="stylesheet" media="screen"> <script src="js/libs/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="js/main.js" type="text/javascript"></script> </head> <body> <p>Hi, we found the following Doodle3D WiFi boxes near you:</p> <ul id="list"> </ul> </body> </html>