summaryrefslogtreecommitdiffhomepage
path: root/cmd/hello/hello.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hello/hello.tmpl.html')
-rw-r--r--cmd/hello/hello.tmpl.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/cmd/hello/hello.tmpl.html b/cmd/hello/hello.tmpl.html
new file mode 100644
index 000000000..bf43b65ac
--- /dev/null
+++ b/cmd/hello/hello.tmpl.html
@@ -0,0 +1,17 @@
+<html>
+ <head>
+ <title>Hello from Tailscale</title>
+ </head>
+ <body>
+ <h1>Hello!</h1>
+ <p>
+ Hello {{.DisplayName}} ({{.LoginName}}) from {{.MachineName}} ({{.IP}}).
+ </p>
+ <p>
+ <b>Your Tailscale is working!</b>
+ </p>
+ <p>
+ Welcome to Tailscale.
+ </p>
+ </body>
+</html>