Browse Source

Link to sites in header on second table

Also makes links in second table use specific targets
master
Matt Baer 6 years ago
parent
commit
513631719a
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      index.html

+ 6
- 6
index.html View File

@@ -155,9 +155,9 @@
<tbody>
<tr>
<th class="tg-s2ie">&nbsp;</th>
<th class="tg-2voe">txti</th>
<th class="tg-2voe">Rentry.co</th>
<th class="tg-2voe">Words Farm</th>
<th class="tg-2voe"><a href="http://txti.es/?ref=writefreely" target="txti">txti</a></th>
<th class="tg-2voe"><a href="https://rentry.co/?ref=writefreely" target="rentry">Rentry.co</a></th>
<th class="tg-2voe"><a href="https://words.farm/?ref=writefreely" target="words">Words Farm</a></th>
</tr>
<tr>
<td class="tg-jgj0">HTTPS</td>
@@ -215,9 +215,9 @@
</tr>
<tr>
<td class="tg-jd9x">&nbsp;</td>
<td class="tg-agn2"><a class="cta" href="http://txti.es/?ref=writefreely" target="_blank">txti.es</a></td>
<td class="tg-agn2"><a class="cta" href="https://rentry.co/?ref=writefreely" target="_blank">rentry.co</a></td>
<td class="tg-agn2"><a class="cta" href="https://words.farm/?ref=writefreely" target="_blank">words.farm</a></td>
<td class="tg-agn2"><a class="cta" href="http://txti.es/?ref=writefreely" target="txti">txti.es</a></td>
<td class="tg-agn2"><a class="cta" href="https://rentry.co/?ref=writefreely" target="rentry">rentry.co</a></td>
<td class="tg-agn2"><a class="cta" href="https://words.farm/?ref=writefreely" target="words">words.farm</a></td>
</tr>
</tbody>
</table>


Loading…
Cancel
Save