aboutsummaryrefslogtreecommitdiff
path: root/main.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-11-21 17:56:53 -0600
committerMark Powers <markppowers0@gmail.com>2020-11-21 17:56:53 -0600
commitf11f68adebf45123adbd0b9889bd40349ef4e7a0 (patch)
treeff6b0b44dc1accc76f2dd19913da34969118bd86 /main.html
Initial commit
Diffstat (limited to 'main.html')
-rw-r--r--main.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/main.html b/main.html
new file mode 100644
index 0000000..1895055
--- /dev/null
+++ b/main.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ div a {
+ margin: 1em;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>RSS Feeds</h1>
+ <div id="feeds"></div>
+ <script src="index.js"></script>
+ </body>
+</html>