<!DOCTYPE html> <html> <head> <title>Dashboard</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="refresh" content="3600"> <link rel="stylesheet" href="main.css"> <script src="javascript/functions.js" type="text/javascript"></script> <body> <header> <h1>📋 Dashboard</h1> </header> <section id="app-section"><h2>📦 fetching...</h2></section> <section id="msg-section"><h2>🛎️ fetching...</h2></section> </html>