studio and comments support
This commit is contained in:
parent
1bb22a2808
commit
a674674369
3 changed files with 125 additions and 17 deletions
15
index.html
15
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue