28 lines
676 B
Plaintext
28 lines
676 B
Plaintext
<!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>
|