aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-24 14:09:36 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commitb53b8983113db64d4796d111e5068457d2eac625 (patch)
tree69a5e8e8742dd9bc8b550dd9d08e229fef0f02f1 /vnext/src
parente13efa5ba975d1a6dede42237e498ad71a5c4674 (diff)
noscript stub
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/style/main.css7
-rw-r--r--vnext/src/style/matrix.jpgbin0 -> 236176 bytes
-rw-r--r--vnext/src/views/index.html15
3 files changed, 20 insertions, 2 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css
index 05a0e653..a5e0326d 100644
--- a/vnext/src/style/main.css
+++ b/vnext/src/style/main.css
@@ -92,6 +92,13 @@ html {
min-width: 310px;
width: auto;
}
+noscript article {
+ background-image: url("matrix.jpg");
+ background-color: #222;
+ background-size: cover;
+ color: #fff;
+ min-height: 480px;
+}
*::selection {
background: #006699;
color: #fff;
diff --git a/vnext/src/style/matrix.jpg b/vnext/src/style/matrix.jpg
new file mode 100644
index 00000000..745f1564
--- /dev/null
+++ b/vnext/src/style/matrix.jpg
Binary files differ
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html
index 2f4864dc..35a876ea 100644
--- a/vnext/src/views/index.html
+++ b/vnext/src/views/index.html
@@ -43,8 +43,19 @@
</head>
<body id="body">
- <div id="header"></div>
- <div id="wrapper"></div>
+ <div id="header">
+ <div id="header_wrapper">
+ <div id="logo"><a href="/">Juick</a></div>
+ </div>
+ </div>
+ <div id="wrapper">
+ <noscript>
+ <article>
+ Javascript is required to use Juick from browser.<br />
+ Alternatively we have <a href="mailto:juick@juick.com">maillist-like</a> and <a href="xmpp:juick@juick.com">chat</a> interfaces.
+ </article>
+ </noscript>
+ </div>
<div id="footer">
<div id="footer-right"> &middot;
<a href="/help/contacts" rel="nofollow">Contacts</a> &middot;