discord-timestamptool/index.html

27 lines
552 B
HTML
Raw Normal View History

2024-12-14 08:13:58 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>timestamp tool</title>
</head>
<body>
<input type="datetime-local" id="timestamp" name="timestamp">
<select name="timezone">
</select>
<table>
<thead>
<tr>
<th>syntax</th>
<th>result</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<script async src="script.js"></script>
</body>
</html>