aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/capitaines/mastodon_static/index.html
blob: fae4152d4007ab5f570757085b7d81d6a0c928fe (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
27
28
29
<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
    <title>This instance is now closed - Mastodon</title>
    <style>
      body {
        text-align: center;
        background: #282c37;
        font-family: sans-serif;
      }
      img {
        max-width: 470px;
        width: 100%;
      }
      h1 {
        font-size: 20px;
        font-weight: 400;
        color: #9baec8;
      }
    </style>
  </head>
  <body>
    <div>
      <img alt='Mastodon' src='/oops.png'>
      <h1>Sorry, this instance is closed now.</h1>
    </div>
  </body>
</html>