summary refs log tree commit diff
path: root/synapse/static/index.html
blob: d6642399837d24b903bb97017fc215b45735251f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>