mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
Make anchors relative
This commit is contained in:
parent
50aedf60cc
commit
0250c871c4
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
<title>Tridactyl RSS test page</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="http://feeds.dummy.co.uk/news/rss.xml">
|
||||
<a href="http://feeds.dummy.co.uk/views/atom.xml">
|
||||
<a href="http://feeds.dummy.co.uk/pews/rss.xml">
|
||||
<a href="http://feeds.dummy.co.uk/tews/atom.xml">
|
||||
<a href="news/rss.xml">
|
||||
<a href="views/atom.xml">
|
||||
<a href="pews/rss.xml">
|
||||
<a href="tews/atom.xml">
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue