<!DOCTYPE html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/app.css" /> </head> <body> <section> <h1><a href='https://codeberg.org/onezDerv/scratch-feed'>Scratch Feed</a></h1> <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> </section> <section id='area-main'> </section> <script src='js/app.js'></script> </body>