Main site link added to the footer.

This commit is contained in:
Alexey Skobkin 2017-09-05 04:36:39 +03:00
parent 6aaa2f1d3b
commit 39f9d3bf1e
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IP address</title>
</head>
@ -13,5 +14,9 @@ locale: <?php echo htmlspecialchars($this->getAttribute('locale')); ?>
preferred language: <?php echo htmlspecialchars($this->getAttribute('preferred_language')); ?>
</pre>
<br />
<a href="https://skobk.in/">skobk.in</a>
</body>
</html>