Added a email address to report a bugs

This commit is contained in:
2023-04-24 11:23:13 +02:00
parent b26840ffba
commit db681ad9aa
2 changed files with 8 additions and 1 deletions

View File

@@ -143,3 +143,8 @@ div#copyright a, a:visited, a:active {
transform: scale(1.25, 1.25); transform: scale(1.25, 1.25);
transition-duration: .3s; transition-duration: .3s;
} }
.separator{
width: 100%;
padding:6px;
}

View File

@@ -48,7 +48,9 @@
Copyright © 2023<br> Copyright © 2023<br>
<a href="http://release11.com/">Release11 Sp. z. o. o.</a><br> <a href="http://release11.com/">Release11 Sp. z. o. o.</a><br>
<a href="lawful/terms-of-service.html">Terms of use</a><br> <a href="lawful/terms-of-service.html">Terms of use</a><br>
<a href="lawful/privacy-policy.html">Privacy statement</a> <a href="lawful/privacy-policy.html">Privacy statement</a><bR>
<div class="separator"></div>
<a href="mailto:bugs@release11.com">Found a bug?</a>
</div> </div>
</div> </div>
<iframe id="frame" name="iframe" src="./tools/xpath.html" frameborder="0"></iframe> <iframe id="frame" name="iframe" src="./tools/xpath.html" frameborder="0"></iframe>