18 lines
519 B
HTML
18 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Tunnels</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div style="font-family: sans-serif; margin: 20px">
|
|
<a target="_blank" href="http://localhost:8001">Inverter</a><br>
|
|
<a target="_blank" href="http://localhost:8002">DCDC</a><br>
|
|
<a target="_blank" href="http://localhost:8003">Emu Meter</a><br>
|
|
<a target="_blank" href="http://localhost:8004">ADAM</a><br>
|
|
<a target="_blank" href="http://localhost:8005">AMPT</a><br>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |