aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/capitaines/mastodon_static/index.html
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:59:49 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-29 23:59:49 +0100
commit10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0 (patch)
tree7379735f1f073e6a8177ad855bb7bc59cc92657a /nixops/modules/websites/capitaines/mastodon_static/index.html
parent9a35b8f94cc55ee429b36be1a5e7eb1f52934a34 (diff)
downloadNix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.tar.gz
Nix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.tar.zst
Nix-10bd8c08a3bbd9e0e5f5b25ffb278b8385083bd0.zip
Add capitaines mastodon pages
Diffstat (limited to 'nixops/modules/websites/capitaines/mastodon_static/index.html')
-rw-r--r--nixops/modules/websites/capitaines/mastodon_static/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/nixops/modules/websites/capitaines/mastodon_static/index.html b/nixops/modules/websites/capitaines/mastodon_static/index.html
new file mode 100644
index 0000000..fae4152
--- /dev/null
+++ b/nixops/modules/websites/capitaines/mastodon_static/index.html
@@ -0,0 +1,29 @@
1<!DOCTYPE html>
2<html lang='en'>
3 <head>
4 <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
5 <title>This instance is now closed - Mastodon</title>
6 <style>
7 body {
8 text-align: center;
9 background: #282c37;
10 font-family: sans-serif;
11 }
12 img {
13 max-width: 470px;
14 width: 100%;
15 }
16 h1 {
17 font-size: 20px;
18 font-weight: 400;
19 color: #9baec8;
20 }
21 </style>
22 </head>
23 <body>
24 <div>
25 <img alt='Mastodon' src='/oops.png'>
26 <h1>Sorry, this instance is closed now.</h1>
27 </div>
28 </body>
29</html>