Skip to content
Snippets Groups Projects
Select Git revision
  • ab7ef00b7f90f1cab02c7c1131b41fb18b9e5511
  • master default protected
2 results

index.html

Blame
  • index.html 489 B
    <!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>