-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
27 lines (26 loc) · 957 Bytes
/
error.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
<!DOCTYPE HTML>
<html>
<head>
<title>404 error page | r1models</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<link href="assets1/css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wrap">
<div class="content">
<div class="logo">
<h1><a href="#"><img src="assets1/images/logo.png"/></a></h1>
<span><img src="assets1/images/signal.png"/>Oops! The Page you requested was not found!</span>
</div>
<div class="buttom">
<div class="seach_bar">
<p>You can visit us here <br> <span><a href="http://r1models.com">r1models</a></span></p>
</div>
</div>
</div>
<p class="copy_right">© 2017 <a href="http://r1models.com" target="_blank"> r1models</a> </p>
</div>
</body>
</html>