Skip to content

Instantly share code, notes, and snippets.

@giloux
Created February 9, 2018 09:19
Show Gist options
  • Save giloux/b63447edce3efd3db56155c0fc18b119 to your computer and use it in GitHub Desktop.
Save giloux/b63447edce3efd3db56155c0fc18b119 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Glucose levels</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="script.js"></script>
<table>
<thead>
<tr>
<td>ID</td> <td>Date dernier message</td> <td>Etat</td>
</tr>
</thead>
<tbody id="status">
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment