v2.0-2
[rss-reader.git] / html / index.html
index 62d2d88a045264b00ddd785eb0a9945a3f934fa8..47d890f6e183f44134a6ffa9b06ee58b55880db0 100644 (file)
@@ -5,27 +5,23 @@
     <meta charset="utf-8">
     <link rel="stylesheet" href="style.css">
     <script src="https://unpkg.com/htmx.org@1.7.0"></script>
+    <base target="_blank">
   </head>
   <body class="app">
     <div id="feed-pane" valign="top" hx-get="/feeds" hx-trigger="load, newFeed from:body, every 900s" hx-target="#feed-list">
       <h1>Feed List</h1>
+      <div id="feed-list"></div>
       <div id="add-feed">
         <form hx-post="/feeds">
           <input type="url" name="link" placeholder="Link to RSS Feed">
-          <button type="submit">Add</button>
+          <button type="submit" class="btn">Add</button>
         </form>
       </div>
-      <div id="feed-list"></div>
-    </div>
-    <div id="list-pane">
-      <div>
-        <table><thead><tr><th style="width: 80%">Title</th><th>Publish Date</th></head></table>
-      </div>
-      <ul class="scrollable list" id="feed-item-list"></ul>
     </div>
+    <div id="list-pane"></div>
     <div id="reading-pane"></div>
     <div id="status-bar">
-      A project by <a href="https://xangelo.ca">xangelo</a> that is still in active <a href="https://git.xangelo.ca">development</a>
+      A project by <a href="https://xangelo.ca">xangelo</a> that is still in active <a href="https://git.xangelo.ca">development</a> (2022)
     </div>
   </body>
   <script>