-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdistorted.html
32 lines (29 loc) · 1.75 KB
/
distorted.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Roboto+Mono:wght@500&display=swap"
rel="stylesheet">
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="/css/dashboard.css"> -->
<link href="http://fonts.cdnfonts.com/css/space-encounter" rel="stylesheet">
<link href="http://fonts.cdnfonts.com/css/adelinetha-charlote" rel="stylesheet">
<title>Wizdwarfs</title>
</head>
<body>
<div class="error-heading">
<h1 style="font-family: Space Encounter, sans-serif; color:red;width:113px;position: relative;top: 477px;left: 64pc;font-size: xxx-large;"> 404 </h1>
<p style="font-family: 'Adelinetha Charlote', sans-serif;position: relative;left: 58pc;top: 15pc;font-size: xxx-large;">
Request denied! <span style="position: relative;top: 5pc;right: 387px;">Please enter correct information !!</span>
</p>
</div>
<section class="art">
<img src="images/Golden Eagle by BenjiPrice on DeviantArt.jpeg" alt="Golden Eagle by BenjiPrice on DeviantArt." style="width:48pc; border-radius: 10pc;position:absolute;left:0pc;top:9pc;"/>
</section>
</body>
</html>