[2025-04-13] Docker setup
This commit is contained in:
parent
c05e550f74
commit
aa8c36d4b9
7 changed files with 23 additions and 0 deletions
|
@ -1,18 +0,0 @@
|
|||
<html>
|
||||
<div style="visibility: hidden">
|
||||
<form id="form" method="POST" action="/">
|
||||
<input name="timestamp" id="timestamp" type="number"></input>
|
||||
</form>
|
||||
</div>
|
||||
</html>
|
||||
<script>
|
||||
window.onload = function(e){
|
||||
var d = new Date();
|
||||
var timestamp = Math.round(d.getTime() / 1000);
|
||||
input = document.getElementById("timestamp")
|
||||
input.value = timestamp;
|
||||
form = document.getElementById("form")
|
||||
form.submit();
|
||||
console.log(time);
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue