mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[enh] Comment portal html.
This commit is contained in:
parent
2e1117beff
commit
3b4d50fbd9
2 changed files with 12 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
||||||
{{/connected}}
|
{{/connected}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Scripts -->
|
||||||
<script src="assets/js/global.js"></script>
|
<script src="assets/js/global.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -2,16 +2,24 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="format-detection" content="telephone=no" />
|
|
||||||
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" />
|
|
||||||
<title>{{t_portal}}</title>
|
<title>{{t_portal}}</title>
|
||||||
|
|
||||||
|
<!-- Responsive -->
|
||||||
|
<meta name="format-detection" content="telephone=no" />
|
||||||
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
|
||||||
|
|
||||||
|
<!-- Do not index SSOWat pages -->
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="assets/css/artichaut.css">
|
<link rel="stylesheet" href="assets/css/artichaut.css">
|
||||||
<link rel="stylesheet" href="assets/css/artichaut-col.css">
|
<link rel="stylesheet" href="assets/css/artichaut-col.css">
|
||||||
<link rel="stylesheet" href="assets/css/artichaut-messages.css">
|
<link rel="stylesheet" href="assets/css/artichaut-messages.css">
|
||||||
<link rel="stylesheet" href="assets/css/artichaut-buttons.css">
|
<link rel="stylesheet" href="assets/css/artichaut-buttons.css">
|
||||||
<link rel="stylesheet" href="assets/css/fonts.css">
|
<link rel="stylesheet" href="assets/css/fonts.css">
|
||||||
<link rel="stylesheet" href="assets/css/ynh-style.css">
|
<link rel="stylesheet" href="assets/css/ynh-style.css">
|
||||||
|
|
||||||
|
<!-- Icons -->
|
||||||
<link rel="shortcut icon" href="assets/icons/favicon.ico">
|
<link rel="shortcut icon" href="assets/icons/favicon.ico">
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="assets/icons/apple-touch-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="assets/icons/apple-touch-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="114x114" href="assets/icons/apple-touch-icon-114x114.png">
|
<link rel="apple-touch-icon" sizes="114x114" href="assets/icons/apple-touch-icon-114x114.png">
|
||||||
|
|
Loading…
Reference in a new issue