diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-11 15:43:20 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-11 15:43:20 +0000 |
commit | f208f608cbd7a203dd3d427508614083e438f2cc (patch) | |
tree | 6d983950a8f8fa9cddfe8cae5f78669ff14ca376 /synapse/static/index.html | |
parent | Add 'sandbox' to CSP for media repo (#4284) (diff) | |
parent | 0.34.0rc2 (diff) | |
download | synapse-f208f608cbd7a203dd3d427508614083e438f2cc.tar.xz |
Merge branch 'release-v0.34.0' into develop
Diffstat (limited to 'synapse/static/index.html')
-rw-r--r-- | synapse/static/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/synapse/static/index.html b/synapse/static/index.html new file mode 100644 index 0000000000..d664239983 --- /dev/null +++ b/synapse/static/index.html @@ -0,0 +1,26 @@ +<html> + <head> + <title>Synapse is running</title> + <style> + body { + width: 30em; + margin: 0 auto; + font-family: Tahoma, Verdana, Arial, sans-serif; + } + h1 { + text-align: center; + } + </style> + </head> + <body> + <h1>Synapse is running</h1> + <p>Congratulations!</p> + <p>Your Synapse server is listening on this port and is ready for messages.</p> + <p>To use this server you'll need a client - e.g. one of + <a href="https://matrix.org/docs/projects/try-matrix-now.html#clients">this list of Matrix clients</a>.</p> + <p>You can find (federated) rooms that might be of interest to you on + <a href="https://view.matrix.org/">view.matrix.org</a>.</p> + <p>Or you just start creating your own rooms with your friends.</p> + <p>Welcome to the Matrix universe :)</p> + </body> +</html> |