Alternative format links added to the index page template.

This commit is contained in:
Alexey Skobkin 2018-11-02 18:51:01 +03:00
parent 97d87d9049
commit 17b0b80d59
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@ locale: <?php echo htmlspecialchars($this->getAttribute('locale')); ?>
preferred language: <?php echo htmlspecialchars($this->getAttribute('preferred_language')); ?>
</pre>
<br />
<h2>Alternative formats:</h2>
<ul>
<li><a href="json">JSON</a></li>
<li><a href="plain">Plain text (only IP address)</a></li>
</ul>
<a href="https://skobk.in/">skobk.in</a>
</body>