diff options
Diffstat (limited to 'src/dashboard.html')
| -rw-r--r-- | src/dashboard.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dashboard.html b/src/dashboard.html new file mode 100644 index 0000000..33a6599 --- /dev/null +++ b/src/dashboard.html @@ -0,0 +1,6 @@ + +<script type="text/javascript" src="dashboard.js"></script> +<h1>Looks like this is a dashboard!</h1> +<p id="text">Loading...</p> +<p id="notification">Loading...</p> +<button onclick="notifyMe()">Notify me!</button> |
