diff options
Diffstat (limited to 'templates/staging-warning.html')
-rw-r--r-- | templates/staging-warning.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/staging-warning.html b/templates/staging-warning.html index f029102..e99e770 100644 --- a/templates/staging-warning.html +++ b/templates/staging-warning.html @@ -1,6 +1,8 @@ -<div style="text-align:center; border: 2px solid red; margin: 10px; padding: 20px;"> - <h1>WARNING! ACHTUNG! ATENCIÓN! УВАГА!</h1> - <p>This is a <strong>preview version</strong> of the VyOS community website. It may differ from the production version in the most unexpected ways: - contain links to untested VyOS images, contain misleading information, or simply be horribly broken.</p> - <p>Unless you are looking for a preview website version, please leave this page and go to the production version at <a href="https://vyos.net">https://vyos.net</a>!</p> +<div class="staging"> + <div class="containerCustom"> + <h2>WARNING! ACHTUNG! ATENCIÓN! УВАГА!</h2> + <p>This is a <span>preview version</span> of the VyOS community website. It may differ from the production version in the most unexpected ways:</p> + <p>contain links to untested VyOS images, contain misleading information, or simply be horribly broken.</p> + <p>Unless you are looking for a preview website version, please leave this page and go to the production version at <a href="https://vyos.net">https://vyos.net</a>!</p> + </div> </div> |