Skip to content

Commit de3b455

Browse files
authored
Create upgrade.html
1 parent 05d9c5e commit de3b455

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: 403/upgrade.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en" >
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>PyWeb.IO - 403 Forbidden</title>
6+
<link rel="stylesheet" href="./style.css">
7+
8+
</head>
9+
<body>
10+
<!-- partial:index.partial.html -->
11+
<div class="lock"></div>
12+
<div class="message">
13+
<h1>OOPS, your access to this page is denied...</h1>
14+
<p>We just upgraded our platform security features. Now, only the developer of this app has access to the preview result. Please logout and login again to claim your ownership. If you have any questions, please contact [email protected]</p>
15+
</div>
16+
<!-- partial -->
17+
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)