Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian G L 1973989be9 feat: add error pages to nginx on bekkalokk 2026-02-17 11:19:40 +01:00
+4 -4
View File
@@ -2,7 +2,7 @@
<html lang="no"> <html lang="no">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>500 Intern serverfeil | PVV</title> <title>PVV | Intern serverfeil</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
body { body {
@@ -80,17 +80,17 @@
</svg> </svg>
</div> </div>
<h1>50X: Intern serverfeil</h1> <h1>500: Intern serverfeil</h1>
<p>Beklager, noe gikk galt.</p> <p>Beklager, noe gikk galt.</p>
<p>Vennligst prøv igjen senere eller gå til forsiden.</p> <p>Vennligst prøv igjen senere eller gå til forsiden.</p>
<div class="error-code">Feilkode: 50X</div> <div class="error-code">Feilkode: 500</div>
<div class="contact"> <div class="contact">
<p>Kontakt drift hvis problemet vedvarer:</p> <p>Kontakt drift hvis problemet vedvarer:</p>
<ul> <ul>
<li><strong>Discord:</strong> <a href="https://discord.gg/pyDDFpbG2x" target="_blank">discord.gg/pyDDFpbG2x</a></li> <li><strong>Discord:</strong> <a href="https://discord.gg/pyDDFpbG2x" target="_blank">discord.gg/pyDDFpbG2x</a></li>
<li><strong>Matrix:</strong> <a href="https://matrix.to/#/#pvv:pvv.ntnu.no" target="_blank">#pvv:pvv.ntnu.no</a></li> <li><strong>Matrix:</strong> <a href="https://matrix.to/#/#pvv:pvv.ntnu.no" target="_blank">#pvv:pvv.ntnu.no</a></li>
<li><strong>Epost:</strong> <a href="mailto:drift@pvv.ntnu.no">drift@pvv.ntnu.no</a></li> <li><strong>Epost:</strong> <a href="mailto:drift@pvv.ntnu.no">drift@pvv.ntnu.no</a></li>
</ul> </ul>
</div> </div>
</div> </div>