14 lines
233 B
HTML
14 lines
233 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Versions</title>
|
|
</head>
|
|
<body>
|
|
<p>template-generator:0.02</p>
|
|
<p>fleet-algorithm:0.01</p>
|
|
<p>fleetrunner:0.001</p>
|
|
<p>fleetphilippe:0.001</p>
|
|
</body>
|
|
</html>
|