-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
31 lines (25 loc) · 826 Bytes
/
error.php
File metadata and controls
31 lines (25 loc) · 826 Bytes
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>
<head>
<title>Webstagram - Error</title>
<script src="http://use.edgefonts.net/lobster.js"></script>
<script src="http://use.edgefonts.net/ubuntu-condensed.js"></script>
<link href="index.css" rel="stylesheet" />
</head>
<body>
<div class="header-box">
<h1>Webstragram.</h1>
<h2>Fast beautiful link sharing</h2>
</div>
<div class="container">
<p>We're sorry, we can't Webstagram that page.</p>
<p>
<a href="http://webstagramit.herokuapp.com/">Return to Webstagram.</a>
</p>
</div>
<div class="footer">
Note: Webstagram doesn't work well on all sites, particularly those with dynamic content.
If you want a better experience with Webstagram, try our Chrome extension!
</div>
</body>
</html>