aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/layouts/content.html6
-rw-r--r--juick-www/src/main/webapp/favicon.pngbin244 -> 0 bytes
-rw-r--r--juick-www/src/main/webapp/logo.pngbin1184 -> 0 bytes
-rw-r--r--juick-www/src/main/webapp/tagscloud.pngbin42316 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html
index ea9faa0f..dedfbc30 100644
--- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html
+++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html
@@ -3,13 +3,13 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <script type="text/javascript" src="/scripts.js"></script>
- <link rel="stylesheet" type="text/css" href="/style.css" />
+ <script type="text/javascript" src="/{{ beans.webApp.scriptsUrl }}"></script>
+ <link rel="stylesheet" type="text/css" href="/{{ beans.webApp.styleUrl }}" />
{% block headers %}
{{ headers | default('') | raw }}
{% endblock %}
<title>{{ title | default('Juick') }}</title>
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" href="//i.juick.com/favicon.png" />
</head>
<body id="body">
diff --git a/juick-www/src/main/webapp/favicon.png b/juick-www/src/main/webapp/favicon.png
deleted file mode 100644
index bc7161e2..00000000
--- a/juick-www/src/main/webapp/favicon.png
+++ /dev/null
Binary files differ
diff --git a/juick-www/src/main/webapp/logo.png b/juick-www/src/main/webapp/logo.png
deleted file mode 100644
index 933f6099..00000000
--- a/juick-www/src/main/webapp/logo.png
+++ /dev/null
Binary files differ
diff --git a/juick-www/src/main/webapp/tagscloud.png b/juick-www/src/main/webapp/tagscloud.png
deleted file mode 100644
index 3e1bf169..00000000
--- a/juick-www/src/main/webapp/tagscloud.png
+++ /dev/null
Binary files differ