summarylogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDavid Yamnitsky2020-09-08 21:07:38 -0400
committerDavid Yamnitsky2020-09-08 21:11:51 -0400
commitb875b1c81da0e417fdf868682836bd596acff337 (patch)
treebb57b05269a5cee0f1451e99b34b3fdc7693b2a4 /index.html
parent98085614695f71fe524e437950ec3f66e85263f9 (diff)
downloadaur-b875b1c81da0e417fdf868682836bd596acff337.tar.gz
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index e11cda6cf81f..000000000000
--- a/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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>