Skip to content

Instantly share code, notes, and snippets.

@yuvipanda
Created May 30, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvipanda/bbe2a1317d15dc1d1094 to your computer and use it in GitHub Desktop.
Save yuvipanda/bbe2a1317d15dc1d1094 to your computer and use it in GitHub Desktop.
HTML Structure of the app
<html dir="ltr" class="content-ltr ui-ltr">
<head>
<base href="https://wikipedia.org">
<!-- Force links to resolve with https as protocol, rather than file:// -->
<script src="file:///android_asset/bundle.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=1.6">
<link rel="stylesheet" type="text/css" href="file:///android_asset/styles.css">
</head>
<body>
<div id="content" class="content">
<h1 id="heading_0" class="section_heading" data-id="0">Bug 6922<a data-id="0" data-action="edit_section" class="edit_section_button"></a></h1>
<div id="#content_block_0"></div>
<h2 id="Can_I_just_have_some_damned_sections" class="section_heading" data-id="1">Can I just have some damned sections<a data-id="1" data-action="edit_section" class="edit_section_button"></a></h2>
<div id="content_block_1">
<p>Text</p>
</div>
<h3 id="Another" class="section_heading" data-id="2">Another<a data-id="2" data-action="edit_section" class="edit_section_button"></a></h3>
<div id="content_block_2">
<p>Text</p>
</div>
</div>
<div id="loading_sections" class=""></div>
<div id="attribution">
<a id="lastupdated" dir="ltr" href="https://test.wikipedia.org/w/index.php?title=Bug_6922&amp;action=history">Last updated July 12, 2011</a>
<br>
<span id="licensetext">Content is available under <a href="//creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a> unless otherwise noted</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment