Initial Rocket commit

This commit is contained in:
2024-07-14 18:33:58 +01:00
parent 12f77ce9af
commit 0fbd04e791
4 changed files with 1907 additions and 11 deletions

27
templates/index.html.tera Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Big Tim</title>
</head>
<body>
<h1>Welcome to Blockchain Time</h1><p>A.K.A. Big Tim</p>
<div>
<h2>Convert to Blockchain Time</h2>
<h3>Yay!</h3>
<form id="form" method="GET" action="to_blocktime">
<label for="input_datetime">Input DateTime (in UTC only currently)</label>
<input type="datetime-local" id="input_datetime" name="input_datetime">
</form>
</div>
<div>
<h2>Convert from Blockchain Time</h2>
<h3>Booo</h3>
...
</div>
<div class="cur_blocks">
...
</div>
{#__tera_context#}
</body>
</html>