diff --git a/webapp/WEB-INF/index.html b/webapp/WEB-INF/index.html index 7faf1a9..6dce7a4 100644 --- a/webapp/WEB-INF/index.html +++ b/webapp/WEB-INF/index.html @@ -21,5 +21,7 @@ <#else>

Ничего не найдено =(

- + <#else> + <#include "/news.inc.html"> + <#include "/fother.inc.html"> \ No newline at end of file diff --git a/webapp/WEB-INF/news.inc.html b/webapp/WEB-INF/news.inc.html new file mode 100644 index 0000000..a9e7571 --- /dev/null +++ b/webapp/WEB-INF/news.inc.html @@ -0,0 +1,12 @@ +
+
+ +
+
+

Version 2.0.6

+ +
+
\ No newline at end of file diff --git a/webapp/css/style.css b/webapp/css/style.css index 4c4c0a8..3b2b3cd 100644 --- a/webapp/css/style.css +++ b/webapp/css/style.css @@ -48,4 +48,8 @@ input.check-middle { margin-bottom: 0.5em; border-radius: 0.5em; border: 1px solid #ccc; +} + +.news time { + font-weight: bold; } \ No newline at end of file