Skip to content

Commit 94e91dc

Browse files
committed
Add warning message
1 parent b6df5b7 commit 94e91dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="Expires" content="Mon, 22 Jul 2002 11:12:01 GMT">
99
<link rel="shortcut icon" type="image/x-icon" href="elasticinbox.ico">
1010
<title>ElasticInbox - Scalable Email Store for Cloud</title>
11-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
11+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
1212
<script type="text/javascript">
1313
$(document).ready(function(){
1414
$('#tabs div.page').hide();
@@ -121,6 +121,7 @@
121121
--></style>
122122
</head>
123123
<body>
124+
<div style="width: 100%; background-color: chocolate; text-align: center; padding: 10px 0; color: white; font-weight: bold;">⚠️ This project is no longer maintained.</div>
124125
<div align="center">
125126
<div id="header"><img src="elasticinbox.png" /></div>
126127
<div id="container">
@@ -153,7 +154,7 @@ <h3>Next steps</h3>
153154
<h3>News</h3>
154155
<p>
155156
<ul>
156-
<li>22 Sep 2013 &mdash; Version <a href="https://github.com/elasticinbox/elasticinbox-java/releases/tag/0.4.0">0.4.0</a> released.</li>
157+
<li>22 Sep 2013 &mdash; Version <a href="https://github.com/elasticinbox/elasticinbox/releases/tag/0.4.0">0.4.0</a> released.</li>
157158
<li>06 Dec 2011 &mdash; Initial version (0.2.0-SNAPSHOT) pushed to Github.</li>
158159
</ul>
159160
</p>
@@ -261,15 +262,15 @@ <h3>Mailing List</h3>
261262
<h3>Stay Updated</h3>
262263
<p>Stay in touch, follow us on twitter and github:
263264
<ul>
264-
<li><a href="http://twitter.com/elasticinbox">@elasticinbox (Twitter)</a></li>
265+
<li><a href="https://twitter.com/elasticinbox">@elasticinbox (Twitter)</a></li>
265266
<li><a href="https://github.com/elasticinbox">GitHub</a></li>
266267
</ul>
267268
</p>
268269
</div>
269270
</div>
270271
</div>
271272
<div style="margin:40px 0; font-size:0.8em; text-shadow:0 1px #fff;">
272-
<a href="http://twitter.com/elasticinbox" target="_blank">@elasticinbox</a>
273+
<a href="https://twitter.com/elasticinbox" target="_blank">@elasticinbox</a>
273274
&nbsp; &#8226; &nbsp;
274275
<a href="https://github.com/elasticinbox/elasticinbox" target="_blank">github</a>
275276
</div>

0 commit comments

Comments
 (0)