-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
54 lines (49 loc) · 1.65 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
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<title>Wrong device page</title>
</head>
<body class="error-page">
<div class="error-lock">
<svg
xmlns="http://www.w3.org/2000/svg"
height="1em"
viewBox="0 0 448 512"
>
<path
d="M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"
/>
</svg>
<span
>Hi, good to see you here but unfortunately this page is only accessible
with a PlayStation Vita device. <br />
You can find more information about this page and its role on
<a target="_blank" href="https://github.com/add-le/ps-vita-sync">
https://github.com/add-le/ps-vita-sync
</a>
</span>
</div>
<footer>
Copyleft
<img
alt="copyleft"
title="copyleft"
class="copyleft"
src="https://upload.wikimedia.org/wikipedia/commons/8/8b/Copyleft.svg"
/>
2023
<a href="https://github.com/add-le/ps-vita-sync" target="_blank"
>PS Vita Sync</a
>. Free of use.
</footer>
</body>
</html>