CCGSRobotics/RoboHUD

View on GitHub
App/control.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="UTF-8">
    <title>Controller Test</title>
    <link rel="stylesheet" href="CSS/main.css">
    <script type="text/javascript" src="JS/main.js"></script>
    <script type="text/javascript" src="JS/controller.js"></script>
  </head>
  <body>
    <h1 id="main-header">Controller visualisation</h1>
    <i class="centered">This is a visual representation of what the code sees. If your controller isn't registering, try pressing any button</i>
    <hr>
    <div id="controllers"></div>
    <p id="marker"></p>
  </body>
</html>