mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Normalize page redirections
Use a fallback HTML page with a manual and javascript redirect Keep canonical pages only for alerts
This commit is contained in:
parent
b988ce349c
commit
3da682b36b
11 changed files with 69 additions and 54 deletions
|
@ -881,6 +881,19 @@ h2 .rssicon{
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
.redirectmsg{
|
||||
text-align:center;
|
||||
margin:20px 0px;
|
||||
}
|
||||
.redirectmsg h1{
|
||||
color:#7b7c7c;
|
||||
font-weight:400;
|
||||
font-size:180%;
|
||||
}
|
||||
.redirectmsg p{
|
||||
font-size:150%;
|
||||
}
|
||||
|
||||
.download{
|
||||
text-align:center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue