31 lines
723 B
HTML
31 lines
723 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset = "utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1> Mardo, Junio 3, 12023 </h1>
|
|
|
|
<div> <input type="text" value="94.0 kg" /> </div>
|
|
<div> <input type="text" value="5622" /> paŝoj </div>
|
|
<div> <input type="text" value="2 km" /> da
|
|
<select>
|
|
<option>Biciklado</option>
|
|
<option>Kurado</option>
|
|
</select>
|
|
en <input type="text" value="10"> minutoj,
|
|
je la <input type="text" value="10:15" />h </div>
|
|
<div> <input type="text" value="3 km" /> da
|
|
<select>
|
|
<option>Biciklado</option>
|
|
<option>Kurado</option>
|
|
</select>
|
|
en <input type="text" value="15"> minutoj,
|
|
je la <input type="text" value="13:20" />h</div>
|
|
|
|
</body>
|
|
</html>
|
|
|