Initial Rocket commit
This commit is contained in:
27
templates/index.html.tera
Normal file
27
templates/index.html.tera
Normal 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>
|
||||
Reference in New Issue
Block a user