-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoBookmark.html
More file actions
21 lines (19 loc) · 972 Bytes
/
noBookmark.html
File metadata and controls
21 lines (19 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>You have used a stale bookmark</title>
<meta name="viewport" content="target-densitydpi=medium-dpi" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link type="text/css" href="css/style.css" rel="stylesheet" />
<link type="text/css" href="css/autoSuggest.css" rel="stylesheet" />
<!--[if gte IE 9]>
<link type="text/css" href="css/enhanced.css" rel="stylesheet" />
<![endif]-->
</head>
<body >
<h1>Your cannot bookmark this page. Please go back to the website you were trying to accesss</h1>
</body>
</html>