Skip to content
Snippets Groups Projects
Select Git revision
  • 9ff97ff32cf73ebf5af7a7a06de8513b3b8a8d85
  • master default protected
  • Legacy_Php7
3 results

foremanapi.class.php

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>