studio and comments support

This commit is contained in:
biglyderv 2024-09-18 05:02:20 -04:00
parent 1bb22a2808
commit a674674369
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
3 changed files with 125 additions and 17 deletions

View file

@ -9,9 +9,17 @@
<body>
<section>
<h1><a href='https://codeberg.org/onezDerv/scratch-feed'>Scratch Feed</a></h1>
<h2>Users to follow</h2>
<textarea id='users'>User1
User2
<p>
A clean, descriptive content aggregator for Scratch projects and other data.
</p>
<span class='buttons'>
<button><a href='#user'>Projects</a></button>
<button><a href='#comment'>Comments</a></button>
</span>
<h2>Pages to follow</h2>
<textarea id='users'>@08draven
@GC_Collabs
#35236113
...
</textarea>
<button id='submit'>Submit</button>
@ -19,6 +27,5 @@ User2
<section id='area-main'>
</section>
<script src='js/data.js'></script>
<script src='js/app.js'></script>
</body>