blob: 33a6599204c0bfbf69aeaa416c1d7008fd2a2196 (
plain)
1
2
3
4
5
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>
|