| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title> | |
| permafrost.today is not found | |
| </title> | |
| <style> | |
| * {margin: 0;padding: 0;} | |
| body { | |
| background: #ccc; | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 11pt; | |
| text-align: center; | |
| } | |
| h1 { | |
| margin: 10px auto 20px 10px; | |
| color: #3498db; | |
| } | |
| p { | |
| display: inline-block; | |
| min-width: 200px; | |
| margin: auto 30px 10px 30px; | |
| } | |
| .container { | |
| position: relative; | |
| text-align: left; | |
| min-height: 200px; | |
| max-width: 800px; | |
| min-width: 450px; | |
| margin: 15% auto 0px auto; | |
| background: #FFFFFF; | |
| border-radius: 20px; | |
| padding: 20px; | |
| box-sizing: border-box; | |
| } | |
| img.logo { | |
| width: auto; | |
| max-height: 50px; | |
| margin-top: 30px; | |
| border: 0; | |
| } | |
| .logocont { | |
| text-align: center; | |
| } | |
| .langselect { | |
| position: absolute; | |
| top: 10px; | |
| right: 10px; | |
| } | |
| .langselect img { | |
| position: relative; | |
| width: auto; | |
| border: 0; | |
| margin: 2px; | |
| height: 15px; | |
| } | |
| .footer { | |
| color: #aaa; | |
| margin: 1em auto 0px auto; | |
| font-size: 8pt; | |
| text-align: center; | |
| min-width: 450px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1 id="t"> | |
| permafrost.today is not found | |
| </h1> | |
| <p id="m"> | |
| permafrost.today is not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server. | |
| <br> | |
| <br> | |
| Please contact customer support if the problem persists. | |
| </p> | |
| <div class="logocont"> | |
| <a id="l"> | |
| <img class="logo" id="i" src="rick.jpg"> | |
| </a> | |
| </div> | |
| <div class="langselect" id="ls" style> | |
| <img alt="Norsk" onclick="setLang('no')" src="rick.jpg" title="Norsk"> | |
| <img alt="Svenska" onclick="setLang('sv')" src="rick.jpg" title="Svenska"> | |
| <img alt="English" onclick="setLang('en')" src="rick.jpg" title="English"> | |
| </div> | |
| </div> | |
| <div class="footer"> | |
| Domeneshop AS © 2023 | |
| </div> | |
| </body> | |
| </html> | |