first pond stuff
This commit is contained in:
parent
d8723a3d9e
commit
08639f9999
5 changed files with 340 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
<script src="js/App.js"></script>
|
||||
<script src="js/TinyTinyRSS.js"></script>
|
||||
<script src="js/OwnCloud.js"></script>
|
||||
<script src="js/Pond.js"></script>
|
||||
<script src="js/md5.js"></script>
|
||||
<script src="js/Login.js"></script>
|
||||
<script src="js/jester.js"></script>
|
||||
</head>
|
||||
|
@ -65,6 +67,7 @@
|
|||
<p class="backends">
|
||||
<label class="button"><input type="radio" name="backend" value="TinyTinyRSS" checked="checked" /> Tiny Tiny RSS</label>
|
||||
<label class="button"><input type="radio" name="backend" value="OwnCloud" /> ownCloud News</label>
|
||||
<label class="button"><input type="radio" name="backend" value="Pond" /> Pond</label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="url">URL:</label>
|
||||
|
|
Reference in a new issue