Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBenes3 committed Dec 1, 2023
1 parent 4f140c6 commit 89ea444
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@
</head>

<body>
<table>
<td>
<button id="reloadButton"
style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Reload
Data</button>
</td>
<td id="lastReloadTime">Last Reload Time:
</td>
</table>


<div id="lastReloadTime">Last Reload Time: </div>
<button id="reloadButton"
style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Reload
Data</button>
<h1>Json data:</h1>

<table>
Expand Down

0 comments on commit 89ea444

Please sign in to comment.