RSS feed
This commit is contained in:
@ -17,9 +17,15 @@ Alternately: "If I had a nickel for every time I accidentally wrote something wi
|
||||
|
||||
<p class="buy">
|
||||
<a href="https://wiki.post-self.ink/wiki/What_is_Post-Self%3F">What is Post-Self?</a>
|
||||
<a href="https://read.post-self.ink/post-self">Blog</a>
|
||||
<a href="/books">Books</a>
|
||||
<a href="/stories">Stories</a>
|
||||
<a href="https://wiki.post-self.ink">The Post-Self Wiki</a>
|
||||
<a href="https://wiki.post-self.ink/wiki/The_Post-Self_community">The Post-Self Community</a>
|
||||
</p>
|
||||
|
||||
<div id="feed">
|
||||
<h1>Updates</h1>
|
||||
</div>
|
||||
<script src="/js/rss.js"></script>
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ tbody tr td:first-child {
|
||||
<tbody id="vocab-list"></tbody>
|
||||
</table>
|
||||
|
||||
<script src="/sql.js"></script>
|
||||
<script src="/js/sql.js"></script>
|
||||
<script type="text/javascript">
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', '/extras/nanon/vocabulary.sqlite3', true);
|
||||
|
||||
Reference in New Issue
Block a user