@@ -67,5 +67,10 @@ along with LightOff. If not, see <https://www.gnu.org/licenses/>.
<script src="/js/home.js" type="text/javascript"></script>
+<script>
+document.write("<div id='metrics'></div>");
+$("#metrics").load("/metrics.html");
+</script>
+
</body>
</html>