summaryrefslogtreecommitdiffhomepage
path: root/cmd/hello/hello.tmpl.html
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2021-01-28 16:06:23 -0800
committerBrad Fitzpatrick <bradfitz@tailscale.com>2021-01-29 12:22:56 -0800
commit0d3e653c1be17fa6990e1438099a23dc47ca2012 (patch)
tree9e033d7594b6e487f755f667069df7c30e4198f6 /cmd/hello/hello.tmpl.html
parentc611d8480bb4a7af35afff3d61ad48168de0d8d6 (diff)
downloadtailscale-bradfitz/hello.tar.xz
tailscale-bradfitz/hello.zip
cmd/hello: new hello.ipn.dev serverbradfitz/hello
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
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>