diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /webring/linuxring/template.txt | |
maintainence
Diffstat (limited to 'webring/linuxring/template.txt')
| -rw-r--r-- | webring/linuxring/template.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/webring/linuxring/template.txt b/webring/linuxring/template.txt new file mode 100644 index 0000000..1a2a3f8 --- /dev/null +++ b/webring/linuxring/template.txt @@ -0,0 +1,21 @@ +<div id="nixring" style="display: flex; gap: 8px; align-items: center;"> + <style type="text/css" scoped> + #nixring { + text-align: center; + color: black; + } + #nixring a { + color: black; + text-decoration: none; + } + </style> + <a href="PREV">←</a> + <a href="https://teethinvitro.neocities.org/webring/linuxring"> + <div> + *nixRing + <br> + <img style="height: 25px;" src="https://teethinvitro.neocities.org/webring/linuxring/icon/tux.png"> + </div> + </a> + <a href="NEXT">→</a> +</div> |
