1
1
mirror of https://github.com/XXIIVV/webring.git synced 2024-09-11 19:47:14 +03:00

Better phrasing..

This commit is contained in:
Devine Lu Linvega 2018-05-17 13:18:55 +12:00
parent 729c7cdf71
commit 20fb42978e

View File

@ -14,7 +14,7 @@ Add your website url to the [index.html](https://github.com/XXIIVV/webring/edit/
### Circular Linking
Instead of linking to the directory, you can also link to the next link in the ring with(notice the hash in the link url):
Instead of linking to the directory, you can also link to the next link in the ring by adding parts of your site or domain in the hash of the request url:
```
<a href='http://webring.xxiivv.com/#wiki.xxiivv' target='_blank'><img src='http://webring.xxiivv.com/icon.black.svg'/></a>
@ -22,7 +22,7 @@ Instead of linking to the directory, you can also link to the next link in the r
### Random Linking
Instead of linking to the directory, or to the next link, you can also decide to link to a random link from the directory with:
Instead of linking to the directory, or to the next link, you can also decide to link to a random link from the directory by adding the hash `#random`: to the request url:
```
<a href='http://webring.xxiivv.com/#random' target='_blank'><img src='http://webring.xxiivv.com/icon.black.svg'/></a>