wgvirtipd/dev/config/index.html.tmpl

14 lines
284 B
Cheetah
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Test - {{ item.item }}</title>
</head>
<body>
<p>
This server is {{ item.item }} and reachable on wg0:{{ item.ip }}.
</p>
</body>
</html>