1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-30 11:30:11 +02:00

refactor/fix: css organization and error rendering (#3117)

* fix: php notice

* refactor/feat: merge HtmlFormat.css into style.css

Also improve ux of error rendering.

* fix: center-align footer text
This commit is contained in:
Dag
2022-10-29 10:46:37 +02:00
committed by GitHub
parent 1b45a53402
commit 23f8c81646
15 changed files with 445 additions and 568 deletions

View File

@@ -8,11 +8,15 @@
<link href="static/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png">
</head>
<body>
<header>
<div class="logo"></div>
</header>
<?= raw($page) ?>
<body>
<div class="container">
<header>
<div class="logo"></div>
</header>
<?= raw($page) ?>
</div>
</body>
</html>