2021-12-28 00:10:46 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > 404 | Not Found< / title >
2022-01-28 19:46:23 +01:00
< link href = "css/styles.css" rel = "stylesheet" >
< link href = "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;900&display=swap" rel = "stylesheet" >
< script src = "https://kit.fontawesome.com/4b9ba14b0f.js" crossorigin = "anonymous" > < / script >
2021-12-28 00:10:46 +01:00
< / head >
< body >
2022-01-28 19:46:23 +01:00
< div class = "mainbox" >
< div class = "err" > 4< / div >
< i class = "far fa-question-circle fa-spin" > < / i >
< div class = "err2" > 4< / div >
< div class = "msg" > Maybe this page moved? Got deleted? Is hiding out in quarantine? Never existed in the first place?< p > Let's go < a href = "https://www.dcsl.dk" > home< / a > and try from there.< / p >
< / div >
< / div >
2021-12-28 00:10:46 +01:00
< / body >
< / html >