-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
31 lines (30 loc) · 1.15 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
<title>Animated - 404 Page</title>
</head>
<body>
<a href="http://www.freepik.com" target="_blank">Designed by Freepik</a>
<div class="container">
<img class="clouds1" src="/img/cloud-1.png" alt="">
<img class="clouds2" src="/img/cloud-2.png" alt="">
<img class="clouds3" src="/img/cloud-3.png" alt="">
<img class="clouds4" src="/img/cloud-4.png" alt="">
<img class="clouds5" src="/img/cloud-5.png" alt="">
<div class="content">
<div class="balloons"><img class="balloon" src="/img/balloon.png" alt="">
<h1>
<span class="four">404</span>
<span class="error">ERROR</span>
<span class ="para">OOPS. LOOKS LIKE SOMETHING WERE WRONG</span>
</h1>
</div><!-- /.balloons -->
</div><!-- /.content -->
</div><!-- /.container -->
</body>
</html>