소스 검색

Update index.html

Riccardo Balbo 3 년 전
부모
커밋
016d75cd46
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      www/index.html

+ 6 - 1
www/index.html

@@ -12,6 +12,11 @@
 </head>
 
 <body>
+	<p style="text-align:center;font-size:2rem;">
+		This platform is deprecated in favor of <a href="https://library.jmonkeyengine.org">library.jmonkeyengine.org</a>
+		<br>
+		Please move your content over there as this website will be closed at some point.
+	</p>
 	<div layout:fragment="content" id="app">
 
 		<div class="ui active dimmer" id="pageLoader">
@@ -469,4 +474,4 @@
 
 </body>
 
-</html>
+</html>