Added a email address to report a bugs #154

Merged
bema merged 1 commits from widlam/enhancement/issue#64 into master 2023-04-26 13:32:16 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -142,4 +142,9 @@ div#copyright a, a:visited, a:active {
#menu a:hover { #menu a:hover {
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>