sheet.xsl: show feed url (js-based)

master
pictuga 2020-03-20 19:46:20 +01:00
parent 2c245f9506
commit a90fd682db
1 changed files with 6 additions and 1 deletions

View File

@ -50,12 +50,17 @@
<h1>RSS feed by morss</h1>
<p>Your RSS feed is <strong style="color: green">ready</strong>. You
can enter the url of this page in your newsreader.</p>
can enter the following url in your newsreader:</p>
<div id="url"></div>
<ul>
<xsl:apply-templates/>
</ul>
<script>
document.getElementById("url").innerHTML = window.location.href;
</script>
</body>
</html>
</xsl:template>