Seems like there is an encoding error
From view-source
<h1>Siden har tekniske problemer.</h1><p>Prøv å oppdatere siden om noen minutter.</p><p><small>(Kan ikke kontakte databasetjeneren: <span dir="ltr">Cannot access the database: No working replica DB server: Unknown error (10.64.16.84:3318)</span>)</small></p><hr /><div style="margin: 1.5em">Du kan prøve å søke via Google imens.<br /> <small>Merk at deres indeks over våre sider kan være utdatert.</small> </div> <form method="get" action="//www.google.com/search" id="googlesearch"> <input type="hidden" name="domains" value="https://no.wikipedia.org" /> <input type="hidden" name="num" value="50" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="text" name="q" size="31" maxlength="255" value="" /> <input type="submit" name="btnG" value="Søk" /> <p> <label><input type="radio" name="sitesearch" value="https://no.wikipedia.org" checked="checked" />Wikipedia</label> <label><input type="radio" name="sitesearch" value="" />WWW</label> </p> </form>
From inspector (not shure how much of this is autogenerated)
<html><head></head><body><h1>Siden har tekniske problemer.</h1><p>Prøv å oppdatere siden om noen minutter.</p><p><small>(Kan ikke kontakte databasetjeneren: <span dir="ltr">Cannot access the database: No working replica DB server: Unknown error (10.64.16.84:3318)</span>)</small></p><hr><div style="margin: 1.5em">Du kan prøve å søke via Google imens.<br> <small>Merk at deres indeks over våre sider kan være utdatert.</small> </div> <form method="get" action="//www.google.com/search" id="googlesearch"> <input name="domains" value="https://no.wikipedia.org" type="hidden"> <input name="num" value="50" type="hidden"> <input name="ie" value="UTF-8" type="hidden"> <input name="oe" value="UTF-8" type="hidden"> <input name="q" size="31" maxlength="255" value="" type="text"> <input name="btnG" value="Søk" type="submit"> <p> <label><input name="sitesearch" value="https://no.wikipedia.org" checked="checked" type="radio">Wikipedia</label> <label><input name="sitesearch" value="" type="radio">WWW</label> </p> </form><style type="text/css"> /* loading */ .lt-sk-three-bounce { margin: 2px auto; width: 100%; text-align: center; } .lt-sk-three-bounce .lt-sk-child { width: 5px; height: 5px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: lt-sk-three-bounce 1.4s ease-in-out 0s infinite both; animation: lt-sk-three-bounce 1.4s ease-in-out 0s infinite both; } .lt-sk-three-bounce .lt-sk-bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .lt-sk-three-bounce .lt-sk-bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes lt-sk-three-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes lt-sk-three-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } </style></body></html>
Seems like a lot is missing from the html code!
From console
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.