14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Emissary</h1>
|
|
<ul>
|
|
<li>Server URL: {{ .ServerURL }}</li>
|
|
<li>Claimed: {{if .Claimed}}true{{else}}false{{end}}</li>
|
|
<li>Connected: {{if .Connected}}true{{else}}false{{end}}</li>
|
|
<li>Thumbprint: <code>{{ .Thumbprint }}</code></li>
|
|
</ul>
|
|
</body>
|
|
</html> |