-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy patherror.html
41 lines (34 loc) · 1.12 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error | Instagram</title>
<link rel="shortcut icon" href="res/instagram-new.png">
<link rel="stylesheet" href="error.css">
</head>
<body>
<div class="container">
<a>
<img src="res/logo.png" alt="" width="100" height="73" style='float: left;'
class="d-inline-block align-text-top">
<tag class="heading"> Instagram
<hr>
</tag>
</a>
</div>
<div class="square" style='background-color: #f2eeed;'>
<div class="container">
<p class="text1">
Something went wrong, Please try again.. ,<br />
</p>
</div>
<form action='https://www.instagram.com'>
<a href="https://www.instagram.com">
<button class="btn-dark" type="button">Re-Log in</button>
</a>
</form>
</div>
</body>
</html>