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/twrpinstall.html b/_includes/twrpinstall.html
index fd36ff2..37757b5 100644
--- a/_includes/twrpinstall.html
+++ b/_includes/twrpinstall.html
@@ -1,3 +1,6 @@
+<html>
 <div class='page-heading' id='twrp-install'>TWRP Install (Requires TWRP 2.8.4 or higher already installed):</div>
+<a id='twrp' ></a>
 <hr />
 <p class="text">Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.</p>
+</html>
\ No newline at end of file