-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (40 loc) · 1.71 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="sv">
<head>
<link rel="stylesheet" href="https://www.clinicwiz.se/css/style.css">
<link rel="stylesheet" href="https://www.clinicwiz.se/css/fonts.css">
<script src="https://www.clinicwiz.se/scripts/jquery-3.4.1.min.js"></script>
<script src="https://www.clinicwiz.se/scripts/clinicwiz.js"></script>
<link rel="icon" href="data:; base64,iVBORw0KGgo=">
<title>ClinicWiz</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="format-detection" content="telephone=no">
<meta property="og:site_name" content="ClinicWiz.se" />
<meta property="og:url" content="https://www.clinicwiz.se/" />
</head>
<body>
<div class="information-div padding" style="margin-top: 75px; margin-bottom: 100px;">
<div style="display: flex;">
<div style="margin:auto;">
Sidan hittades inte, vi vidarebefodra er till vår startsida...
</div>
</div>
</div>
<div style="display:flex;">
<div style="margin:auto; margin-bottom: 25px;">
<span class="clinicwiz-title"><img src="https://www.clinicwiz.se/images/logo_test.png" height="25px"
style="padding-top:10px"><img src="https://www.clinicwiz.se/images/written_logo.png" height="25px"
style="padding-top:10px"></span>
</div>
</div>
</body>
</html>
<script>
$(document).ready(function () {
setTimeout(function () {
window.location.href = 'https://www.clinicwiz.se';
}, 2000);
});
</script>