summaryrefslogtreecommitdiff
path: root/p/index.html
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-01 17:01:09 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-01 17:01:09 +0100
commit67531f796f4c273cc9b078db788fdb51ece824ee (patch)
treed6e9971e2eae28896bdfa36856025e66d6735cf7 /p/index.html
parenta08201c41486815de25c71f5497e939631ea68b4 (diff)
HTTP Auth : améliorations + changelog
* Affichage logo FreshRSS pendant la demande de nom d'utilisateur HTTP * Meilleure page d'erreur si utilisateur HTTP non-configuré dans FreshRSS + log Je recommande donc de placer le .htaccess pour le contrôle d'accès dans ./FreshRSS/p/i/.htaccess et pas plus haut pour une meilleure mise en cache et messages de connexion.
Diffstat (limited to 'p/index.html')
-rw-r--r--p/index.html22
1 files changed, 20 insertions, 2 deletions
diff --git a/p/index.html b/p/index.html
index af91b717e..eaa0d71f8 100644
--- a/p/index.html
+++ b/p/index.html
@@ -2,11 +2,29 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
<head>
<meta charset="UTF-8" />
+<meta name="viewport" content="initial-scale=1.0" />
<meta http-equiv="Refresh" content="0; url=i/" />
-<title>Redirection</title>
+<title>FreshRSS</title>
+<meta name="robots" content="noindex,nofollow" />
+<link rel="icon" href="favicon.ico" />
+<style>
+body {
+ font-family: sans-serif;
+ text-align: center;
+}
+h1 {
+ font-size: xx-large;
+ text-shadow: 1px -1px 0 #CCCCCC;
+}
+h1 a {
+ color: #0062BE;
+ text-decoration: none;
+}
+</style>
</head>
<body>
-<p><a href="i/">FreshRSS</a></p>
+<h1><a href="i/">FreshRSS</a></h1>
+<p><a href="i/"><img class="logo" width="25%" src="themes/icons/icon.svg" alt="⊚" /></a></p>
</body>
</html>