Add named anchors to includes

Now you can hotlink to each method by adding #app, #dd, #fastboot, #flash_image, #mtk, #odin, and #twrp (Install Images... functionality)

Patch Set 2 : Move anchors below the div and if tags
Change-Id: I3cf32c31d553aaca8bfcdb9778a23c581c1e91e3
Signed-off-by: MSF Jarvis <msfjarvis@gmail.com>
diff --git a/_includes/appinstall.html b/_includes/appinstall.html
index 5066ebb..568a9ee 100644
--- a/_includes/appinstall.html
+++ b/_includes/appinstall.html
@@ -1,4 +1,6 @@
+<html>
 <div class='page-heading' id='app-install'>App Install Method (Requires Root):</div>
+<a id='app'></a>
 <hr />
 <p class="text">Download the TWRP&nbsp;Manager app:</p>
 <ul class="text">
@@ -6,3 +8,4 @@
     <li><a href="http://jmz.so/1n6IJDL">No Play Store?&nbsp;Find a direct download link at the bottom of this page.</a></li>
 </ul>
 <p class="text">Install the app and open it.&nbsp; Tap on Install&nbsp;TWRP. Select your device from the device list ({{ page.codename }}) and then tap on Install Recovery. The file will download and be installed automatically.</p>
+</html>
\ No newline at end of file