Advertisement
Python253

Kentucky Route Zero: Source

Apr 24th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.         <title>Here And There Along The Echo</title>
  6.         <link rel="stylesheet" type="text/css" href="master.css" />
  7.         <link href="http://fonts.googleapis.com/css?family=Asap:400,700" rel="stylesheet" type="text/css">
  8.  
  9.         <meta property="og:title" content="Here And There Along The Echo" />
  10.         <meta property="og:type" content="article" />
  11.         <meta property="og:url" content="http://kentuckyroutezero.com/here-and-there-along-the-echo/" />
  12.         <meta property="og:image" content="http://kentuckyroutezero.com/here-and-there-along-the-echo/icon.png" />
  13.         <meta property="og:site_name" content="Kentucky Route Zero" />
  14.  
  15.         <meta name="twitter:card" content="summary" />
  16.         <meta name="twitter:url" content="http://kentuckyroutezero.com/here-and-there-along-the-echo/" />
  17.         <meta name="twitter:title" content="Here And There Along The Echo" />
  18.         <meta name="twitter:image" content="http://kentuckyroutezero.com/here-and-there-along-the-echo/icon.png" />
  19.         <meta name="twitter:site" content="@cardboardcompy" />
  20.         <meta name="twitter:creator" content="@cardboardcompy" />
  21.  
  22.         <script type="text/javascript">
  23.             var _gaq = _gaq || [];
  24.             _gaq.push(['_setAccount', 'UA-2460919-23']);
  25.             _gaq.push(['_trackPageview']);
  26.  
  27.             (function() {
  28.             var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  29.             ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  30.             var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  31.             })();
  32.         </script>
  33.     </head>
  34.     <body>
  35.         <img src="postcard.jpg" alt="Here And There Along The Echo - A guide to the Echo River for drifters and pilgrims." />
  36.         <p id="number">CALL NOW <a href="tel:+12703015797">(270) 301-5797</a></p>
  37.         <p id="auction"><a href="http://www.ebay.com/itm/Weird-Telephone-only-dials-one-number-SOLD-AS-IS-FOR-CURIOSITY-ONLY-/331361758516?">ANTIQUE PHONES FOR AUCTION</a></p>
  38.         <p id="download"><a href="HereAndThereAlongTheEcho_Windows.zip">PC</a>, <a href="HereAndThereAlongTheEcho_Mac.zip">MAC</a>, OR <a href="HereAndThereAlongTheEcho_Linux.zip">LINUX</a> DIALING SOFTWARE</p>
  39.         <p id="copyright">&copy;2014 Cardboard Computer, LLC. All rights reserved.</p>
  40.     </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement