Extract prefix and suffix html blocks to separate files

The Monitor tool in SDK has a duplicate copy of the prefix and suffix
html blocks, which necessitates changes in both places whenever the
prefix block changes. Moving the html out of the script allows
Monitor to reuse the same content.

Change-Id: I012df9ef3423b546a2ced213bee1ccbba9d4c9cc
diff --git a/suffix.html b/suffix.html
new file mode 100644
index 0000000..f770848
--- /dev/null
+++ b/suffix.html
@@ -0,0 +1,5 @@
+\n";
+  </script>
+<!-- END TRACE -->
+</body>
+</html>