Facebook
From Gray Sloth, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 114
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4.  
  5.     <!--  basic meta information -->
  6.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7.     <meta http-equiv="Content-Type" content="application/json; charset=utf-8">
  8.     <!-- disables pinch-scaling of the webview, so that gestures only do what they're supposed to -->
  9.     <meta name="viewport"
  10.         content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
  11.  
  12.     <title>My ARchitect World</title>
  13.  
  14.     <script src="https://www.wikitude.com/libs/architect.js"></script>
  15.     <script src="../ade.js"></script>
  16.  
  17.     <!-- positioning of poi-radar -->
  18.     <link rel="stylesheet" href="jquery/jquery.mobile-1.4.5.min.css" />
  19.     <!-- required to set background transparent & enable "click through" -->
  20.     <link rel="stylesheet" href="jquery/jquery-mobile-transparent-ui-overlay.css" />
  21.  
  22.     <!-- jquery JS files -->
  23.     <script type="text/javascript" src="jquery/jquery-1.9.1.min.js"></script>
  24.     <script type="text/javascript" src="jquery/jquery.mobile-1.4.5.min.js"></script>
  25.     <script type="text/javascript" src="js/aitor.js"></script>
  26.     <link rel="stylesheet" href="css/default.css">
  27.    
  28.    
  29.  
  30. </head>
  31.  
  32. <body>
  33.     <div id="infoBox" class="info" style="background:none">
  34.     </div>
  35.     <div data-role="popup" id="popupBasic" data-transition="slideup">
  36.         <h3 id="object-title"></h3>
  37.         <h4 id="objectDesc" ></h4>
  38.     </div>
  39. </body>
  40.  
  41. </html>