index.html 2.16 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=750, minimal-ui, user-scalable=no" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <title>Freematics Hub Service</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"> <img src="images/title.png" alt="title" /></div>
    <div class="info">
    <p>Device ID / E-mail</p>
    <p><input class="input" type="text" size="40" id="username" style="text-align:center; font-size:xx-large; font-weight:bold; background-color:#eee" title="Enter your device ID or email address" />
    </p>
    <p>
        <label><input type="checkbox" id="save" /> Save My Info</label>
    </p>
    </div>
    <div class="toolbuttons">
        <input type="button" class="button btn1" onclick="apply('goDash()');" value="Live Data" />
        <input type="button" class="button btn2" onclick="apply('goTrips()')" value="Trip Browser" />
        <input type="button" class="button btn3" onclick="apply('goParking()')" value="Parking Meter" />
    </div>
    <div>
        <p>&nbsp;</p><p>&nbsp;</p>
        <h2>Resources</h2>
        <ul>
            <li><a href="https://blog.freematics.com/2019/introducing-freematics-hub-service/" target="_blank">Introducing Freematics Hub Service</a></li>
            <li><a href="https://freematics.com/hub" target="_blank">Freematics Hub Software</a></li>
            <li><a href="https://freematics.com/store/index.php?route=product/product&product_id=85" target="_blank">Get Your Hardware - Freematics ONE+</a></li>
            <li><a href="https://github.com/stanleyhuangyc/Freematics" target="_blank">Freematics Github Repository</a></li>
            
        </ul>
    </div>
    <script language="javascript" src="config.js"></script>
    <script language="javascript" src="common.js"></script>
    <script language="javascript" src="users.js"></script>
    <script language="javascript" src="portal.js"></script>
</body>
</html>