footer link changes

This commit is contained in:
Yuri Kuznetsov
2021-06-18 20:57:37 +03:00
parent 76cd1b9cad
commit be6f7671c8
2 changed files with 8 additions and 3 deletions

View File

@@ -1 +1,2 @@
<p class="credit small">&copy; 2021 <a href="https://www.espocrm.com">EspoCRM</a></p>
<p class="credit small">&copy; 2021
<a href="https://www.espocrm.com" title="Powered by EspoCRM" rel="noopener" target="_blank">EspoCRM</a></p>

View File

@@ -6,7 +6,10 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!">
<meta
name="description"
content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!"
>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="196x196" href="{{basePath}}{{favicon196Path}}">
@@ -33,7 +36,8 @@
<body>
<div class="container content"></div>
<footer>
<p class="credit small">&copy; 2021 <a href="https://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
<p class="credit small">&copy; 2021
<a href="https://www.espocrm.com" title="Powered by EspoCRM" rel="noopener" target="_blank">EspoCRM</a></p>
</footer>
</body>
</html>