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/flashimageinstall.html b/_includes/flashimageinstall.html
index 3b213eb..f7752bd 100644
--- a/_includes/flashimageinstall.html
+++ b/_includes/flashimageinstall.html
@@ -1,5 +1,8 @@
+<html>
 <div class='page-heading'>flash_image Install Method (Requires Root):</div>
+<a id='flash_image'></a>
 <hr />
 <p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
 <p class="text">su</p>
 <p class="text">flash_image recovery /sdcard/twrp.img</p>
+</html>
\ No newline at end of file