aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/capitaines/discourse_static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/capitaines/discourse_static/index.html')
-rw-r--r--modules/private/websites/capitaines/discourse_static/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/private/websites/capitaines/discourse_static/index.html b/modules/private/websites/capitaines/discourse_static/index.html
new file mode 100644
index 0000000..4c2ead0
--- /dev/null
+++ b/modules/private/websites/capitaines/discourse_static/index.html
@@ -0,0 +1,28 @@
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 - Discourse</title>
6 <style>
7 body {
8 text-align: center;
9 background: #f9f9f9;
10 font-family: sans-serif;
11 }
12 img {
13 max-width: 235px;
14 width: 100%;
15 }
16 h1 {
17 font-size: 20px;
18 font-weight: 400;
19 }
20 </style>
21 </head>
22 <body>
23 <div>
24 <img alt='Discourse capitaines' src='/discourse.png'>
25 <h1>Sorry, this instance is closed now.</h1>
26 </div>
27 </body>
28</html>