aboutsummaryrefslogtreecommitdiffstats
path: root/app/server.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-11 21:22:41 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-11 21:22:41 +0300
commit4dd4644a9b8196986252b5e308a822f4cff3f820 (patch)
treeaadc8c13e1f955071a9c71385af4108e36d578b6 /app/server.py
parent3cda09fe75d467ba9833e37f3a2c2df1d5951b6b (diff)
Improve main page html
Diffstat (limited to 'app/server.py')
-rw-r--r--app/server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/server.py b/app/server.py
index 5818179..b4ebcf6 100644
--- a/app/server.py
+++ b/app/server.py
@@ -31,6 +31,7 @@ def index():
<html lang="en">
<head>
<title>Aggro &ndash; Feed manipulator</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {{
font-family: Open Sans, Arial;
@@ -50,7 +51,7 @@ def index():
<body>
<h1>Aggro</h2>
<i>Feed manipulator</i>
- <h2>List of feeds served at this address</h2>
+ <h2>List of feeds served here</h2>
{feed_ids_to_ul(feeds_ids)}
</body>
</html>