Fix template missing styling (#5)

This commit is contained in:
Carter McBride 2024-06-19 12:17:42 -06:00 committed by GitHub
parent fd57b35c9b
commit 50a0c2fb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>📰 Carter's RSS Feeds</title> <title>📰 Carter's RSS Feeds</title>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
<body> <body>