Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

web-server-Dockerfile

Blame
  • index.html 1.14 KiB
    <!DOCTYPE html>
    <html>
    <head>
        <title>Dashboard</title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
        <meta http-equiv="refresh" content="600">
        <meta name="viewport" content="width=device-width">
    
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <div id="main">
    
            <header>
                <h1><span>📋</span> Appmonitor Dashboard</h1>
                <p id="header-section"></p>
            </header>
            
            <h2><span>📢</span> App status</h2>
            <section id="tag-section"><h2><span>⏳</span> Please wait ...</h2></section>
            <section id="app-section"></section>
    
        </div>
    
        <footer>
            POC :: &copy; IML 2022 |
            Sources: <a href="https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-dashboard/" target="_blank">Appmonitor-dashboard</a> |
            <a href="https://github.com/iml-it/appmonitor" target="_blank">Appmonitor</a>
        </footer>
    
        <script src="javascript/ubd.class.js" type="text/javascript"></script>
        <script src="javascript/inc_config.js" type="text/javascript"></script>
        <script src="javascript/functions.js" type="text/javascript"></script>
    
    </html>