From 3af9e87e1cea7d0509ccd27f114009b462da059c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 22 Jun 2022 15:35:01 +0200 Subject: [PATCH] fix closing span --- public_html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index f44938b..285d749 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -15,8 +15,8 @@ <h1><span>📋</span> Appmonitor Dashboard</h1> </header> - <section id="tag-section"><h2><span>🕛</span> fetching...</h2></section> - <section id="app-section"><h2><span>🕛</span> fetching...</h2></setion></span> + <section id="tag-section"><h2><span>🕛</span> fetching tags...</h2></section> + <section id="app-section"><h2><span>🕛</span> fetching apps...</h2></setion> </div> -- GitLab