summarylogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 000000000000..e11cda6cf81f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Caddy at your service</title>
+ <style>
+ body {
+ background: #333;
+ }
+ a {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin-right: -50%;
+ transform: translate(-50%, -50%);
+ }
+ </style>
+ </head>
+ <body>
+ <a href="https://caddyserver.com/docs">
+ <img src="caddy-at-your-service-white.svg" width="500">
+ </a>
+ </body>
+</html>