Main site link added to the footer.
This commit is contained in:
parent
6aaa2f1d3b
commit
39f9d3bf1e
|
@ -2,6 +2,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>IP address</title>
|
<title>IP address</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -13,5 +14,9 @@ locale: <?php echo htmlspecialchars($this->getAttribute('locale')); ?>
|
||||||
|
|
||||||
preferred language: <?php echo htmlspecialchars($this->getAttribute('preferred_language')); ?>
|
preferred language: <?php echo htmlspecialchars($this->getAttribute('preferred_language')); ?>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<a href="https://skobk.in/">skobk.in</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue